diff options
| author | Lars <gc@droescher.eu> | 2014-01-27 00:34:40 +0100 |
|---|---|---|
| committer | Lars <gc@droescher.eu> | 2014-01-27 00:34:40 +0100 |
| commit | 928e6a394fd6da52c69e008c4f1c68cb1585a8ca (patch) | |
| tree | c0619f70e2a77d16c91191f423b7cf9d0f1ed1d7 /main/res | |
| parent | 3f0b54fb53bd8f675ed9b476005a68a772409299 (diff) | |
| download | cgeo-928e6a394fd6da52c69e008c4f1c68cb1585a8ca.zip cgeo-928e6a394fd6da52c69e008c4f1c68cb1585a8ca.tar.gz cgeo-928e6a394fd6da52c69e008c4f1c68cb1585a8ca.tar.bz2 | |
fix #3576 also in english strings
Also in english note should be used as a singular. It was mixed between the strings.
Diffstat (limited to 'main/res')
| -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 2ee01a8..017a538 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -539,7 +539,7 @@ <string name="settings_ec_icons_oc">Like OC</string> <string name="settings_features">Supported Features</string> <string name="feature_description">The following <b>online</b> features of this website are supported in c:geo (in addition to the offline features):</string> - <string name="feature_personal_notes">Personal notes</string> + <string name="feature_personal_notes">Personal note</string> <string name="feature_online_logging">Online logging</string> <string name="feature_log_images">Attach images to logs</string> <string name="feature_watch_list">Watch list</string> @@ -618,7 +618,7 @@ <string name="cache_personal_note_upload_done">Personal note uploaded</string> <string name="cache_personal_note_upload_cancelled">Personal note upload cancelled</string> <string name="cache_personal_note_unstored">Cache not stored</string> - <string name="cache_personal_note_store">The cache will be stored first to enable personal notes.</string> + <string name="cache_personal_note_store">The cache will be stored first to allow a personal note.</string> <string name="cache_description">Description</string> <string name="cache_description_long">Long Description</string> <string name="cache_description_table_note">Description contains table formatting which may need to be viewed at %s to be seen correctly.</string> |
