aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/track_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-10-25 17:18:49 +0100
committerLouise Crow <louise.crow@gmail.com>2012-10-25 17:18:49 +0100
commit46c160d3b7b121ccda404c56e2cc54f48b16703d (patch)
tree94cc8a80d303022d51d200117c7a3d081ee1f411 /app/controllers/track_controller.rb
parentb45be1d0523e488998434603923585989e27ce1d (diff)
parent6e5656ba88210300aa0c1223dc459199b7fa4c33 (diff)
Merge remote-tracking branch 'openaustralia_github/follow-all-requests-description' into develop
Diffstat (limited to 'app/controllers/track_controller.rb')
-rw-r--r--app/controllers/track_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb
index 8e76b4c9f..51e081c88 100644
--- a/app/controllers/track_controller.rb
+++ b/app/controllers/track_controller.rb
@@ -180,7 +180,7 @@ class TrackController < ApplicationController
new_medium = params[:track_medium]
if new_medium == 'delete'
track_thing.destroy
- flash[:notice] = _("You are no longer following {{track_description}}", :track_description => track_thing.params[:list_description])
+ flash[:notice] = _("You are no longer following {{track_description}}.", :track_description => track_thing.params[:list_description])
redirect_to params[:r]
# Reuse code like this if we let medium change again.
#elsif new_medium == 'email_daily'