diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-26 17:14:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-06-26 17:14:44 +0000 |
commit | eb8f455c13edc3cfcc3e8e82f70510d4a36fb12a (patch) | |
tree | 445c2854d95c2ac26f2a5c55754c40eca01054d9 /config/locales/en.yml | |
parent | 6c9401b6242a75044a60a250549b0d4ad8dd9264 (diff) | |
download | redmine-eb8f455c13edc3cfcc3e8e82f70510d4a36fb12a.tar.gz redmine-eb8f455c13edc3cfcc3e8e82f70510d4a36fb12a.zip |
More specific flash message when creating a user account.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9898 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 66d1f4952..25f2ca716 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -177,6 +177,7 @@ en: notice_issue_successful_create: "Issue %{id} created." notice_issue_update_conflict: "The issue has been updated by an other user while you were editing it." notice_account_deleted: "Your account has been permanently deleted." + notice_user_successful_create: "User %{id} created." error_can_t_load_default_data: "Default configuration could not be loaded: %{value}" error_scm_not_found: "The entry or revision was not found in the repository." |