diff options
author | Lars <gc@droescher.eu> | 2013-07-29 22:44:14 +0200 |
---|---|---|
committer | Lars <gc@droescher.eu> | 2013-07-29 22:44:14 +0200 |
commit | b1bca2238e650816ee9f988dcc05c675756a13e0 (patch) | |
tree | 28f3b89c14edac066ff01a7dd0e3c43916b271a6 /main | |
parent | f30dadd608dda3ce3df8de7cc212ab0e73cd34ce (diff) | |
download | cgeo-b1bca2238e650816ee9f988dcc05c675756a13e0.zip cgeo-b1bca2238e650816ee9f988dcc05c675756a13e0.tar.gz cgeo-b1bca2238e650816ee9f988dcc05c675756a13e0.tar.bz2 |
Shorter string to fit in window
Diffstat (limited to 'main')
-rw-r--r-- | main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 550ff44..84932ee 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -488,7 +488,7 @@ <string name="init_default_navigation_tool_2_description">Here you can select your second preferred navigation tool. Activate it by long pressing the navigation icon next to the title of the cache.</string> <string name="init_debug_title">Debug information</string> <string name="init_debug_note">c:geo can generate a lot of debugging information. While this information is generally not useful for c:geo users, developers may need you to generate this information in order to analyze a bug. In this case, they will ask you to check the box below and send them the resulting log file.</string> - <string name="init_debug">Generate debug information</string> + <string name="init_debug">Activate debug log</string> <string name="init_dbonsdcard_title">Database location</string> <string name="init_dbonsdcard_note">You may store the database of c:geo on your external storage medium. Doing so will save internal memory, but you may lose a bit of performance and c:geo will not work if your SD card isn\'t available.</string> <string name="init_dbonsdcard">On external storage</string> |