summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-05-25 16:42:18 +0000
committerSunny Goyal <sunnygoyal@google.com>2017-05-25 16:42:18 +0000
commit0ec2da54f8e5fd0faa85aebe1a9ea502a775b703 (patch)
tree9163783e4105f12f41bcc3a36d43ba6f58eaa064 /res/values/strings.xml
parent477b8cc1b457b66a432f3a2fe062b76127860108 (diff)
downloadandroid_packages_apps_Trebuchet-0ec2da54f8e5fd0faa85aebe1a9ea502a775b703.tar.gz
android_packages_apps_Trebuchet-0ec2da54f8e5fd0faa85aebe1a9ea502a775b703.tar.bz2
android_packages_apps_Trebuchet-0ec2da54f8e5fd0faa85aebe1a9ea502a775b703.zip
Revert "Fixing string not correctly marked as non-translatable"
This reverts commit 477b8cc1b457b66a432f3a2fe062b76127860108. Change-Id: I114f89c20d735d0e17cc93e8f78876bf8a388a6a
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 24a7b881a..3648e1516 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -188,15 +188,6 @@
<string name="icon_shape_override_label">Change icon shape</string>
<!-- Option to not change the icon shape on home screen and use the system default setting instead. [CHAR LIMIT=50] -->
<string name="icon_shape_system_default">Use system default</string>
- <!-- Option to change the shape of the home screen icons to a square. [CHAR LIMIT=50] -->
- <string name="icon_shape_square">Square</string>
- <!-- Option to change the shape of the home screen icons to a squircle. This represents the name of the shape somewhere between a circle and a square. [CHAR LIMIT=50] -->
- <string name="icon_shape_squircle">Squircle</string>
- <!-- Option to change the shape of the home screen icons to a circle. [CHAR LIMIT=50] -->
- <string name="icon_shape_circle">Circle</string>
- <!-- Option to change the shape of the home screen icons to a teardrop. This represents the name of the shape similar to a circle with with the bottom right corner pushed out like a square [CHAR LIMIT=50] -->
- <string name="icon_shape_teardrop">Teardrop</string>
-
<!-- Message shown in the progress dialog when the icon shape override is being applied [CHAR LIMIT=100]-->
<string name="icon_shape_override_progress">Applying icon shape changes</string>