summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Rizzoli <joey@cyanogenmoditalia.it>2016-09-02 09:26:58 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-09-02 11:59:17 -0700
commit7e4390fef0dfba5f80b0ef0c4e0665ac45f84b99 (patch)
tree9357aa48e9fac57a03587f1853ecb146c15ac016
parent550e88b1e62228124f22b2d70ce3bf45fe9a1314 (diff)
downloadpackages_apps_ThemeChooser-7e4390fef0dfba5f80b0ef0c4e0665ac45f84b99.zip
packages_apps_ThemeChooser-7e4390fef0dfba5f80b0ef0c4e0665ac45f84b99.tar.gz
packages_apps_ThemeChooser-7e4390fef0dfba5f80b0ef0c4e0665ac45f84b99.tar.bz2
ThemeChooser: set untranslatable
Change-Id: I75ccab0375a016e3d88339a67229ebcdb291b781 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it>
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 12b31f4..0850936 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -29,7 +29,7 @@
<string name="themes_installed_notification_title">%d themes installed</string>
<string name="themes_installed_notification_text_one">%1$s and %2$d other installed.</string>
<string name="themes_installed_notification_text_other">%1$s and %2$d others installed.</string>
- <plurals name="themes_installed_notification_text">
+ <plurals name="themes_installed_notification_text" translatable="false">
<item quantity="one">@string/themes_installed_notification_text_one</item>
<item quantity="other">@string/themes_installed_notification_text_other</item>
</plurals>