summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-04-14 17:21:40 +0300
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-09-05 00:08:06 +0300
commit2587e7fce11c48c55c091d1fa79d4eaf8bf1bbb1 (patch)
treebfba2236f8838bde190ab5847f54a254b1203246
parentf40ac25917a17e2d482d9b69edd9a0b14097847b (diff)
downloadpackages_apps_ThemeChooser-2587e7fce11c48c55c091d1fa79d4eaf8bf1bbb1.tar.gz
packages_apps_ThemeChooser-2587e7fce11c48c55c091d1fa79d4eaf8bf1bbb1.tar.bz2
packages_apps_ThemeChooser-2587e7fce11c48c55c091d1fa79d4eaf8bf1bbb1.zip
Fix line wrapping for crowdin
* Crowdin doesn't like line wrapping in strings and wrongly takes whitespaces into account Change-Id: I48e87b0ab9e9d29bee30c33322901d4b9cee60ef
-rw-r--r--res/values/strings.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ecd0601..2243023 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -89,15 +89,11 @@
<!-- Legacy themes -->
<string name="legacy_theme_tag_text" translatable="false">!</string>
- <string name="legacy_theme_warning">
- NOTE: %s was designed for an older version of CM. You may experience compatibility issues with this theme.
- </string>
+ <string name="legacy_theme_warning">NOTE: %s was designed for an older version of CM. You may experience compatibility issues with this theme.</string>
<!-- Per app theming -->
<string name="per_app_theming_title">App Themer</string>
- <string name="per_app_theme_removal_warning">
- NOTE: Applying a new theme will remove any app theme customizations.
- </string>
+ <string name="per_app_theme_removal_warning">NOTE: Applying a new theme will remove any app theme customizations.</string>
<string name="per_app_applied_theme_indicator" translatable="false">\u2022</string>
<string name="per_app_theme_applying">Your theme is being applied</string>
<string name="per_app_theme_app_not_overlaid_warning">Theme does not support this app, some elements may not change.</string>