summaryrefslogtreecommitdiffstats
path: root/android/source/res
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-01-18 14:34:20 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-01-18 14:34:20 +0100
commit8ff75a0bd02555c528f50eb7c045927b41dc3c36 (patch)
tree81a4c330038fe2814bb36dbbdfda1de059bb5f52 /android/source/res
parentCheckLinkFormulaNeedingCheck() for .xls cell formulas (diff)
downloadcore-8ff75a0bd02555c528f50eb7c045927b41dc3c36.tar.gz
core-8ff75a0bd02555c528f50eb7c045927b41dc3c36.zip
use string-resource with placeholder instead of hardcoded concatenation
as this is more l10n/translation friendly Change-Id: I1050fb24e0d6e94a2f1ad1605003a9c7010ca7cb
Diffstat (limited to 'android/source/res')
-rw-r--r--android/source/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml
index f0331179f915..db06d3e2a7cc 100644
--- a/android/source/res/values/strings.xml
+++ b/android/source/res/values/strings.xml
@@ -122,7 +122,7 @@
<string name="search_label">Go</string>
<string name="directory_browser_label">Choose Directory</string>
<string name="bad_directory">Invalid directory path</string>
- <string name="current_dir">Current Directory:</string>
+ <string name="current_dir">Current Directory: %1$s</string>
<!-- Save Alert dialog strings -->
<string name="save_alert_dialog_title">Save the document before closing?</string>