diff options
author | Thomas Knepper <thknepper@gmx.de> | 2014-04-05 15:52:00 +0200 |
---|---|---|
committer | Thomas Knepper <thknepper@gmx.de> | 2014-04-05 15:52:00 +0200 |
commit | 45979d1fe67a75cf215060bacf57bd68411ab30f (patch) | |
tree | 10d5ed2f588a4119ebd09fba5db230c4b4c69d7f /res/values | |
parent | e2c0547795499cd29ae3dd0d850e4a521d72496f (diff) | |
download | dsub-45979d1fe67a75cf215060bacf57bd68411ab30f.tar.gz dsub-45979d1fe67a75cf215060bacf57bd68411ab30f.tar.bz2 dsub-45979d1fe67a75cf215060bacf57bd68411ab30f.zip |
Use resource string instead of hard code
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5b2d9b15..a7f5c2f6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,6 +22,7 @@ <string name="common.stream_external">Stream Video</string>
<string name="common.confirm">Confirm</string>
<string name="common.confirm_message">Do you want to %1$s %2$s?</string>
+ <string name="common.confirm_message_cache">cache</string>
<string name="common.empty">None found</string>
<string name="common.warning">Warning</string>
|