diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-08-19 18:02:17 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-08-19 18:02:17 +0200 |
| commit | d004925e17db474bf58c3fe8e403b739d537c9d7 (patch) | |
| tree | dc64ed1b873ca757ddc261bc21f56cdba4f32d38 | |
| parent | 531550e755a272c45ec67df43d536410716be7c5 (diff) | |
| download | cgeo-d004925e17db474bf58c3fe8e403b739d537c9d7.zip cgeo-d004925e17db474bf58c3fe8e403b739d537c9d7.tar.gz cgeo-d004925e17db474bf58c3fe8e403b739d537c9d7.tar.bz2 | |
Avoid action bar term
| -rw-r--r-- | main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 14c1fbe..8950407 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1272,8 +1272,8 @@ <string name="showcase_logcache_title">Sending the log</string> <string name="showcase_logcache_text">Remember, many commands are now in the action bar. There you find the button for sending the finished log.</string> - <string name="showcase_main_title">Action bar</string> - <string name="showcase_main_text">c:geo now uses the Android action bar at the top for menu items. More menu items are hidden behind the dotted symbol. Long press an action bar item to see its name.</string> + <string name="showcase_main_title">New menus</string> + <string name="showcase_main_text">c:geo now places menu items in the title bar like other modern apps. Some items are hidden behind the dotted symbol. Long press an action bar item to see its name.</string> <string name="showcase_search_title"></string> <string name="showcase_search_text"></string> |
