diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-01-23 17:26:13 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-01-24 14:49:31 +0000 |
commit | 5b8ea84e87614ae026ec48957ff765505006133c (patch) | |
tree | 013608c0073edbf20f704e5cc54a1109b84c3cb6 /android/res | |
parent | 6cd85db89ff9a95c1d9833a0ec20ddc65adb98c4 (diff) | |
download | mupdf-5b8ea84e87614ae026ec48957ff765505006133c.tar.xz |
Android: Show path in file picker title.
Also, replace ".." with "[Up one level]".
Diffstat (limited to 'android/res')
-rw-r--r-- | android/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml index 826ada55..72794bcc 100644 --- a/android/res/values/strings.xml +++ b/android/res/values/strings.xml @@ -9,7 +9,7 @@ <string name="search_backwards">Search backwards</string> <string name="search_forwards">Search forwards</string> <string name="search_document">Search document</string> - <string name="picker_title">%1$s %2$s</string> + <string name="picker_title">%1$s %2$s: %3$s</string> <string name="outline_title">Table of Contents</string> <string name="enter_password">Enter Password</string> <string name="text_not_found">Text not found</string> |