summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-07-02 23:36:27 +0200
committerAdnan Begovic <adnan@cyngn.com>2014-11-23 23:12:22 +0000
commit90ae307eedcb2f90d4cdcb0276018b6e0e92c304 (patch)
tree54a872f05cf4236a0a7c7eb0f028b4b24a8da976 /res/values/cm_strings.xml
parent465fa647ba06b8d76c79ce044a18a47ebe212e86 (diff)
downloadandroid_packages_apps_Trebuchet-90ae307eedcb2f90d4cdcb0276018b6e0e92c304.tar.gz
android_packages_apps_Trebuchet-90ae307eedcb2f90d4cdcb0276018b6e0e92c304.tar.bz2
android_packages_apps_Trebuchet-90ae307eedcb2f90d4cdcb0276018b6e0e92c304.zip
Trebuchet: Draw the dynamic grid image dynamically
This commits makes it possible to draw the image which previews the selected grid dynamically. Change-Id: I7c029f06110afdf1fe62145a079bba76166bb690
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index be2d91928..f724a5f5a 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Application name -->
<string name="cm_application_name" translatable="false">Trebuchet</string>
<!-- App version -->
@@ -68,7 +68,7 @@
<string name="grid_size_comfortable">Comfortable</string>
<string name="grid_size_cozy">Cozy</string>
<string name="grid_size_condensed">Condensed</string>
- <string name="grid_size_custom">Custom</string>
+ <string name="grid_size_custom">Custom (<xliff:g id="rows">%1$d</xliff:g> \u00d7 <xliff:g id="columns">%2$d</xliff:g>)</string>
<string name="preferences_interface_homescreen_custom">Select custom size</string>
<string name="preferences_interface_homescreen_rows_title">Number of rows</string>
<string name="preferences_interface_homescreen_columns_title">Number of columns</string>