diff options
Diffstat (limited to 'res/values')
-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 99fbf47..36cde24 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3,6 +3,7 @@ <string name="app_name">SoftKeys</string> <string name="recent_tasks_title">Recent Tasks:</string> + <string name="quickdoc_exit">Close</string> <string name="pref_category_service_title">SoftKeys Service</string> <string name="pref_service_title">Run Service</string> @@ -52,6 +53,8 @@ <string name="pref_author_summary">Steve Slaven <bpk@hoopajoo.net></string> <string name="pref_url_title">Website</string> <string name="pref_url_summary">http://hoopajoo.net/</string> + <string name="pref_help_title">Help</string> + <string name="pref_help_summary">View Included Help</string> <string name="pref_category_visual_title">Visuals and Layout</string> <string name="pref_theme_title">Theme</string> |