summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
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>