summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2012-10-19 09:11:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-19 09:11:13 -0700
commit5b449dc3095192fecd4760d9f550de65e588e3dc (patch)
tree60f6e3726e8f36b802ddbe4e389e763471e7dfc0
parent964e2a63c29ed81c2dbd82a3386fda2af7d4662c (diff)
parent41aeb57975a9851740a849dbaf273cfc8f56cc70 (diff)
downloadandroid_packages_apps_Trebuchet-5b449dc3095192fecd4760d9f550de65e588e3dc.tar.gz
android_packages_apps_Trebuchet-5b449dc3095192fecd4760d9f550de65e588e3dc.tar.bz2
android_packages_apps_Trebuchet-5b449dc3095192fecd4760d9f550de65e588e3dc.zip
Merge "Bring dummy cling strings back as 'strings'" into jb-mr1-dev
-rw-r--r--res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 04e45ae01..0ea12c4ef 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -266,12 +266,12 @@ s -->
<!-- Clings -->
<!-- Dummy string [CHAR_LIMIT=40] -->
- <add-resource type="string" name="custom_workspace_cling_title_1"/>
+ <string name="custom_workspace_cling_title_1"></string>
<!-- Dummy string [CHAR_LIMIT=60] -->
- <add-resource type="string" name="custom_workspace_cling_description_1"/>
+ <string name="custom_workspace_cling_description_1"></string>
<!-- Dummy string [CHAR_LIMIT=40] -->
- <add-resource type="string" name="custom_workspace_cling_title_2"/>
+ <string name="custom_workspace_cling_title_2"></string>
<!-- Dummy string [CHAR_LIMIT=60] -->
- <add-resource type="string" name="custom_workspace_cling_description_2"/>
+ <string name="custom_workspace_cling_description_2"></string>
</resources>