Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSharif Olorin <sio@tesser.org>2014-03-24 19:36:10 +0400
committerSharif Olorin <sio@tesser.org>2014-03-24 19:36:10 +0400
commitfc394c3981cead74eef624b0e4b51fc6f0cdd7f3 (patch)
tree3039941146aa2584331bac63d4114d72df890361 /config
parentab15bad53f4078dcea28a3ba4cc1ed9533e34683 (diff)
Patch grammar in admin interface
Diffstat (limited to 'config')
-rw-r--r--config/locales/diaspora/en.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 49f6f512d..08424ab0c 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -111,9 +111,9 @@ en:
weekly_user_stats:
current_server: "Current server date is %{date}"
amount_of:
- zero: "amount of new users this week: none"
- one: "amount of new users this week: %{count}"
- other: "amount of new users this week: %{count}"
+ zero: "Number of new users this week: none"
+ one: "Number of new users this week: %{count}"
+ other: "Number of new users this week: %{count}"
stats:
week: "Week"
2weeks: "2 Week"