summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-12-17 23:38:43 -0800
committerHyunyoung Song <hyunyoungs@google.com>2018-12-19 17:16:56 -0800
commita7a9583bb8ffbee7a760c7e6ab8c99f63dddd145 (patch)
treedd20ded871fbd2b43f373debd69d0a8f7e41cfb7 /res/values/strings.xml
parentafe57dd0ef4c3f92e550f7e88c7139ed14670b28 (diff)
downloadandroid_packages_apps_Trebuchet-a7a9583bb8ffbee7a760c7e6ab8c99f63dddd145.tar.gz
android_packages_apps_Trebuchet-a7a9583bb8ffbee7a760c7e6ab8c99f63dddd145.tar.bz2
android_packages_apps_Trebuchet-a7a9583bb8ffbee7a760c7e6ab8c99f63dddd145.zip
Remove IconShapeOverride
Bug: 120736782 Change-Id: Iee44f10ff2b9ec447ae74d9ad6a0aa3668c401d6
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3f0127876..b1eff2457 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -205,23 +205,23 @@
<!-- Text description of the setting that allows the automatic placement of launcher shortcuts for applications and games installed on the device [CHAR LIMIT=NONE] -->
<string name="auto_add_shortcuts_description">For new apps</string>
- <!-- Developer setting to change the shape of icons on home screen. [CHAR LIMIT=50] -->
- <string name="icon_shape_override_label">Change icon shape</string>
- <!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen [CHAR LIMIT=100] -->
- <string name="icon_shape_override_label_location">on Home screen</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>
+ <!-- Developer setting to change the shape of icons on home screen. -->
+ <string name="icon_shape_override_label" translatable="false">Change icon shape</string>
+ <!-- Subtext explaining that the icons will only be affected on the home screen. This text follows the actual icon action: Change icon shape, on Home screen -->
+ <string name="icon_shape_override_label_location" translatable="false">on Home screen</string>
+ <!-- Option to not change the icon shape on home screen and use the system default setting instead. -->
+ <string name="icon_shape_system_default" translatable="false">Use system default</string>
+ <!-- Option to change the shape of the home screen icons to a square. -->
+ <string name="icon_shape_square" translatable="false">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. -->
+ <string name="icon_shape_squircle" translatable="false">Squircle</string>
+ <!-- Option to change the shape of the home screen icons to a circle. -->
+ <string name="icon_shape_circle" translatable="false">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 -->
+ <string name="icon_shape_teardrop" translatable="false">Teardrop</string>
+
+ <!-- Message shown in the progress dialog when the icon shape override is being applied -->
+ <string name="icon_shape_override_progress" translatable="false">Applying icon shape changes</string>
<!-- Label on an icon that references an uninstalled package, for which we have no information about when it might be installed. [CHAR_LIMIT=15] -->
<string name="package_state_unknown">Unknown</string>