diff options
author | elijah <elijah@riseup.net> | 2014-07-28 09:46:33 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-28 09:46:33 -0700 |
commit | 4696a70f97d0684f4da0ad1abc121d1747aac601 (patch) | |
tree | e70b572e8a9f655270b81e6ba0476d0320b6c6c2 /pages | |
parent | 1c4cd5f5d3358f288815e32f7b3c76dfc944e824 (diff) |
minor: i18n cleanup, added nav titles.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/android/en.haml | 3 | ||||
-rw-r--r-- | pages/common/_download_button.haml | 2 | ||||
-rw-r--r-- | pages/mac/en.md | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/pages/android/en.haml b/pages/android/en.haml index 29b872f..d205ec5 100644 --- a/pages/android/en.haml +++ b/pages/android/en.haml @@ -1,4 +1,5 @@ - @title = "Bitmask for Android" +- @nav_title = "Android" :javascript $(document).ready(function() { @@ -38,4 +39,4 @@ You can search for "Bitmask" in the Google Play store or use this link: %h2 Download other versions %p - If you want to install an old version of Bitmask, you can <a href="/client/android/">browse all releases</a>. + If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>. diff --git a/pages/common/_download_button.haml b/pages/common/_download_button.haml index d42816d..3e98432 100644 --- a/pages/common/_download_button.haml +++ b/pages/common/_download_button.haml @@ -1,3 +1,3 @@ %a{:href => @locals[:link], :class => 'btn btn-primary btn-large'} %i.fa.fa-cloud-download.fa-lg - = @locals[:text] || t("Download") + = @locals[:text] || t(:download) diff --git a/pages/mac/en.md b/pages/mac/en.md index fd1c3bd..4fd0f9c 100644 --- a/pages/mac/en.md +++ b/pages/mac/en.md @@ -1,4 +1,5 @@ - @title = "Bitmask for Mac OS" +- @nav_title = 'Mac OS' ## Download latest version |