diff options
author | francis <francis> | 2008-08-08 21:12:48 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-08 21:12:48 +0000 |
commit | f14c4a4aec9e6c37012be58854b60f388ef24e6e (patch) | |
tree | f348e6bf114f7c4c6dbd1dc4e301513eccc13fba /app/models | |
parent | fed87309bae307dba3a105635c3311d7a6c1d55e (diff) |
Wording improvements.
Style track links in sidebar or main results differently.
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/track_thing.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/track_thing.rb b/app/models/track_thing.rb index 98b1b43f3..c32974483 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -21,7 +21,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_thing.rb,v 1.29 2008-08-08 20:44:54 francis Exp $ +# $Id: track_thing.rb,v 1.30 2008-08-08 21:12:49 francis Exp $ class TrackThing < ActiveRecord::Base belongs_to :tracking_user, :class_name => 'User' @@ -190,7 +190,7 @@ class TrackThing < ActiveRecord::Base # Website :set_title => "How would you like to be updated about new requests and responses matching '" + CGI.escapeHTML(self.track_query) + "'?", :list_description => "'<a href=\"/search/" + CGI.escapeHTML(self.track_query) + "/newest\">" + CGI.escapeHTML(self.track_query) + "</a>' in new requests/responses", # XXX yeuch, sometimes I just want to call view helpers from the model, sorry! can't work out how - :verb_on_page => "Email me about requests/responses matching '" + CGI.escapeHTML(self.track_query) + "'", + :verb_on_page => "Email me new requests/responses matching '" + CGI.escapeHTML(self.track_query) + "'", :verb_on_page_already => "Being emailed about '" + CGI.escapeHTML(self.track_query) + "'", # Email :title_in_email => "Requests or responses matching '" + self.track_query + "'", |