summaryrefslogtreecommitdiffstats
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-10-27 16:27:06 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-10-27 16:27:06 +0000
commite9efa5b9814bbeddd9956b8478ed26af02b0eeca (patch)
treed2b8c54194c7410edd114483d3645d9945aff17a /config/locales/en.yml
parent70bf0706b2f7933f72cbd4daab8e43b0ac9de4e9 (diff)
downloadredmine-e9efa5b9814bbeddd9956b8478ed26af02b0eeca.tar.gz
redmine-e9efa5b9814bbeddd9956b8478ed26af02b0eeca.zip
Refactor: use :id instead of :page when linking to Wiki Pages
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4296 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 083d781b1..5f3387fc3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -193,10 +193,10 @@ en:
mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:"
mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
- mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
- mail_body_wiki_content_added: "The '{{page}}' wiki page has been added by {{author}}."
- mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
- mail_body_wiki_content_updated: "The '{{page}}' wiki page has been updated by {{author}}."
+ mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
+ mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}."
+ mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
+ mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}."
gui_validation_error: 1 error
gui_validation_error_plural: "{{count}} errors"