aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrint E. Kriebel <bekit@cyngn.com>2015-04-17 20:20:09 -0700
committerBrint E. Kriebel <bekit@cyngn.com>2015-04-17 20:20:09 -0700
commitcdf9ec0c83cd466a274291900509eb002db313ef (patch)
tree835e984cf9941200ab238677f7543b55bd8876c3
parent326afb001bf1c69795a6df6515ada2153fd21420 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-cdf9ec0c83cd466a274291900509eb002db313ef.tar.gz
android_packages_wallpapers_PhotoPhase-cdf9ec0c83cd466a274291900509eb002db313ef.tar.bz2
android_packages_wallpapers_PhotoPhase-cdf9ec0c83cd466a274291900509eb002db313ef.zip
strings: Fix translation error
Commit 326afb001bf1c69795a6df6515ada2153fd21420 introduced a mismatched tag. Change-Id: Ib2bab003d1fbdec2f2b89f878ad0bf6e20110be9
-rw-r--r--res/values-zh-rCN/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index ec13d26..dbbb9ec 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -72,7 +72,7 @@
<string name="pref_disposition_portrait">纵向布局</string>
<string name="pref_disposition_landscape">横向布局</string>
<plurals name="pref_disposition_summary_format">
- <item quantity="other"><xliff:g id="count"><xliff:g id="count">%1$d</xliff:g> 张图片 <xliff:g id="orientation">%2$s</xliff:g> 展示</item>
+ <item quantity="other"><xliff:g id="count">%1$d</xliff:g> 张图片 <xliff:g id="orientation">%2$s</xliff:g> 展示</item>
</plurals>
<string name="disposition_orientation_portrait">纵向</string>
<string name="disposition_orientation_landscape">横向</string>