diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2b9febd..273815b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -163,6 +163,9 @@ <!-- Summary for the full screen preference --> <string name="pref_fullscreen_summary">"Hide status bar while in console"</string> + <!-- The category title for keyboard preferences --> + <string name="pref_keyboard_category">"Keyboard"</string> + <!-- Name for the shifted numbers are f-keys preference --> <string name="pref_shiftfkeys_title">"Shift+num are F-keys"</string> <!-- Summary for the shifted numbers are f-keys preference --> |