diff options
author | elijah <elijah@riseup.net> | 2013-11-14 02:19:57 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-11-14 02:23:54 -0800 |
commit | 108938615ff7490080f80ea2d6bd1cd8037cdd84 (patch) | |
tree | 91eecc502899e2cbf2b7bc4f44e9ad15dbb58fa2 /core/config | |
parent | 10be8c0073b67dcfb7925996e81c2e717f8b499e (diff) |
minor improvements to the download button (proper localization, better image, better hooks for customization)
Diffstat (limited to 'core/config')
-rw-r--r-- | core/config/locales/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml index 4710a16..4abf4e8 100644 --- a/core/config/locales/en.yml +++ b/core/config/locales/en.yml @@ -23,7 +23,7 @@ en: download_client: "Download Bitmask" client_info: "The Bitmask application allows you to use %{provider} services." all_downloads_info: "It is available for %{clients}." - other_downloads_info: "It is also available for %{clients}." + other_downloads_info: "Bitmask is also available for %{clients}." login_info: "Log in to change your account settings, create support tickets, and manage payments." signup_info: "Sign up for a new user account via this website (it is better if you use the Bitmask application to sign up, but this website works too)." welcome: "Welcome to %{provider}." @@ -35,6 +35,6 @@ en: linux64: "Linux (64 bit)" windows: "Windows" android: "Android" - osx: "Mac OSX" + osx: "Mac OS" other: "(not available for your OS.)" |