diff options
author | elijah <elijah@riseup.net> | 2013-07-06 17:18:20 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-06 17:18:20 -0700 |
commit | 7dd56114d8bf6749f140835358de4f8ebeaf81ba (patch) | |
tree | cdb97377acdc6506fa3227b607eb88c0b40401f4 /core/config | |
parent | 84acdd9133dd30d88b42d63b08d25067e168980d (diff) |
minor - i18n text edit
Diffstat (limited to 'core/config')
-rw-r--r-- | core/config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml index 38724ca..25b377a 100644 --- a/core/config/locales/en.yml +++ b/core/config/locales/en.yml @@ -1,6 +1,7 @@ en: no_such_thing: "No such %{thing}." thing_was_successfully_created: "%{thing} was successfully created." + create_thing: "Create %{thing}" overview: "Overview" user_control_panel: "user control panel" |