aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-06-30 16:15:39 +0200
committerFaton Selishta <fatonselishta@gmail.com>2011-06-30 16:15:39 +0200
commitc5ff3c917f1ba79ceea58c93092d59cc12f55459 (patch)
tree921ad4771f49eae82e8f98f2d8afbecc1c1c4882 /app/controllers/application_controller.rb
parent65fd8a972ba5e7d34c8e4ef772653fd90cb2eee3 (diff)
I18n string for controllers
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index d4c70ed1e..516081d42 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -30,7 +30,7 @@ class ApplicationController < ActionController::Base
helper_method :site_name, :locale_from_params
def site_name
# XXX should come from database:
- site_name = "Informata Zyrtare"
+ site_name = "InformataZyrtare.org"
return site_name
end