diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-03-31 21:50:19 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-03-31 21:53:37 +0200 |
| commit | 9792488b75259be9da33a06b942f7b391d7a4d35 (patch) | |
| tree | 5ae61c62b316f4642c67b3dd3c721dc8da184d98 /main/res/values/strings.xml | |
| parent | 78eba983f784fe2e68e512ad6b466d5798545d24 (diff) | |
| download | cgeo-9792488b75259be9da33a06b942f7b391d7a4d35.zip cgeo-9792488b75259be9da33a06b942f7b391d7a4d35.tar.gz cgeo-9792488b75259be9da33a06b942f7b391d7a4d35.tar.bz2 | |
Fix #1301: add a new Debug settings to log debug information
Diffstat (limited to 'main/res/values/strings.xml')
| -rw-r--r-- | main/res/values/strings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 5606309..7cdf974 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <resources> <string name="app_name">c:geo</string> <string name="app_name_compass">c:geo compass</string> @@ -422,7 +422,10 @@ <string name="init_default_navigation_tool_description">Here you can select your preferred navigation tool.</string> <string name="init_default_navigation_tool_select">Select tool</string> <string name="init_default_navigation_tool_2_description">Here you can select your second preferred navigation tool. It\'s activated by long clicking 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 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 log file.</string> + <string name="init_debug">Generate debug information</string> + <!-- map sources --> <string-array name="map_sources"> <item>@string/map_source_google_map</item> |
