diff options
author | jessib <jessib@riseup.net> | 2014-01-21 10:17:35 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2014-01-21 10:17:35 -0800 |
commit | 77520ca1d1d6f932bb6d56f48effcadf4b623802 (patch) | |
tree | b81a23251048848a68c559456e9581b4e8799aca /core/config/locales | |
parent | a19d01313ac534bdbbd8381593f887f1f77c94d5 (diff) | |
parent | 8c087dc69174a5fbd9390b5c3a795fd0f56f6ed2 (diff) |
Merge branch 'develop' into feature/messages_api
Diffstat (limited to 'core/config/locales')
-rw-r--r-- | core/config/locales/en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml index 4abf4e8..bb510d4 100644 --- a/core/config/locales/en.yml +++ b/core/config/locales/en.yml @@ -33,8 +33,9 @@ en: os: linux32: "Linux (32 bit)" linux64: "Linux (64 bit)" + linux: "GNU/Linux" windows: "Windows" android: "Android" osx: "Mac OS" - other: "(not available for your OS.)" + other: "(not available for your OS)" |