diff options
author | Alex <alescdb@users.noreply.github.com> | 2015-10-26 19:52:10 +0100 |
---|---|---|
committer | Alex <alescdb@users.noreply.github.com> | 2015-10-26 19:52:10 +0100 |
commit | 9246476694b74fce0a97cfd7945c7bba5ae18d86 (patch) | |
tree | dc3a9d78ff7e82f04f9aae434236cdd79c91743b /app/src/main/res/values/strings.xml | |
parent | b9749d9940fd5267053c3c6a18abf376b6ce2147 (diff) | |
download | connectbot-9246476694b74fce0a97cfd7945c7bba5ae18d86.tar.gz connectbot-9246476694b74fce0a97cfd7945c7bba5ae18d86.tar.bz2 connectbot-9246476694b74fce0a97cfd7945c7bba5ae18d86.zip |
Better context for translators
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1d1f78b..e3aa67d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -219,7 +219,7 @@ <!-- Summary for the titlebar hide preference --> <string name="pref_titlebarhide_summary">"Tap console to show title bar and access menu"</string> - <!-- Name for the special keys always visible preference --> + <!-- Preference title for special keys always visible preference --> <string name="pref_alwaysvisible_title">Special keys always visible</string> <!-- Name for the page up/down gesture preference --> |