diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-02-09 15:37:41 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-02-20 13:37:24 +0000 |
commit | 8c426f6d8cd8f2d038fe3e690e6791c9b9b6edd4 (patch) | |
tree | 856a7b8442234e516d47e8bd95cd77f460462fa5 /android/res/values | |
parent | b3708b652831202b8fc600ccdac8ee3218966dc9 (diff) | |
download | mupdf-8c426f6d8cd8f2d038fe3e690e6791c9b9b6edd4.tar.xz |
Update android app to use document interface
This adds XPS and CBZ support for free.
Diffstat (limited to 'android/res/values')
-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 7e1c9d46..64758804 100644 --- a/android/res/values/strings.xml +++ b/android/res/values/strings.xml @@ -8,7 +8,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">PDF Documents</string> + <string name="picker_title">MuPDF</string> <string name="outline_title">Table of Contents</string> <string name="enter_password">Enter Password</string> </resources> |