aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
authorMarco Jacob <mjacob@union06.de>2013-10-28 19:23:47 +0100
committerMarco Jacob <mjacob@union06.de>2013-11-02 08:01:22 +0100
commita59bb2bbc742dda2bc48491b4b7e98c53398225c (patch)
treef3164ab29a4a7a6a39aaa4ed15a6c937e1d09df3 /main/res/values
parentbd9535698bd9239bc6e60580c20e6c275449ff61 (diff)
downloadcgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.zip
cgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.tar.gz
cgeo-a59bb2bbc742dda2bc48491b4b7e98c53398225c.tar.bz2
fixes #2976 - make SimpleDirChooser path editable
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index a4e7350..a9bf793 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -715,7 +715,8 @@
<!-- simple_dir_chooser -->
<string name="simple_dir_chooser_title">Choose directory</string>
<string name="simple_dir_chooser_current_path">Path:</string>
-
+ <string name="simple_dir_chooser_invalid_path">Invalid Path</string>
+
<!-- gpx -->
<string name="gpx_import_loading_caches">Loading caches from .gpx file</string>
<string name="gpx_import_loading_waypoints">Loading waypoints file</string>