diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2015-01-08 14:43:37 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2015-01-08 14:43:37 +0100 |
| commit | c5076ecc33e4a44aa2ccc560726645507578a279 (patch) | |
| tree | 0212fbbc771e96544e3876635ddae471a4f872bd /main/res/values | |
| parent | 04241aa03ef35a9f05524dd15339f0612cad57eb (diff) | |
| download | cgeo-c5076ecc33e4a44aa2ccc560726645507578a279.zip cgeo-c5076ecc33e4a44aa2ccc560726645507578a279.tar.gz cgeo-c5076ecc33e4a44aa2ccc560726645507578a279.tar.bz2 | |
fix #4602: add system information in "about" and mails
Diffstat (limited to 'main/res/values')
| -rw-r--r-- | main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index df7c7bd..77a0176 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -356,12 +356,14 @@ <!-- about --> <string name="about_version">Version</string> <string name="about_changelog">Changelog</string> + <string name="about_system">System</string> <string name="about_donate">Donate</string> <string name="about_donation_more">Donate\ndevelopment</string> <string name="about_contributors">Contributors</string> <string name="about_license">License</string> <string name="about_apache_license"><a href="">Apache License, Version 2.0</a></string> <string name="about_help">Help</string> + <string name="about_system_include">Please include the following system information when sending a bug report or asking for more information about c:geo:</string> <!-- settings --> <string name="settings_title_services">Services</string> |
