Mercurial > 510Connectbot
diff res/values/strings.xml @ 237:f9b1a07c0e96
configurable hardware buttons can now change font size
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 14 Jul 2014 08:46:06 -0700 |
parents | 35ed530366d9 |
children | bd803721f94a |
line wrap: on
line diff
--- a/res/values/strings.xml Sun Jul 13 12:35:52 2014 -0700 +++ b/res/values/strings.xml Mon Jul 14 08:46:06 2014 -0700 @@ -475,6 +475,10 @@ <string name="list_hwbutton_monitor">"Monitor Key"</string> <!-- Selection to indicate pressing a hardware button should bring up the soft function key pad. --> <string name="list_hwbutton_soft_function_keys">"Soft Function Keypad"</string> + <!-- Selection to indicate pressing a hardware button should increase font size. --> + <string name="list_hwbutton_increase_fontsize">"Increase Font Size"</string> + <!-- Selection to indicate pressing a hardware button should decrease font size. --> + <string name="list_hwbutton_decrease_fontsize">"Decrease Font Size"</string> <!-- Selection to indicate pressing a hardware button should send nothing at all. --> <string name="list_hwbutton_none">"None"</string>