aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevor@sparkledog.net>2014-08-12 11:29:19 -0700
committerTrevor Johns <trevor@sparkledog.net>2014-08-12 11:29:19 -0700
commitff0d52ba2a29210eca69ed6489cf1102c81082af (patch)
tree8ce24cca3f433c95352dedc2bae5bf3175da6bee
parent9c0c6f4c7fc61142c5ff77d40fc2ba449cac20f1 (diff)
parentbc9fa9a5f1ce66591b0cace742676bb320106bb7 (diff)
downloadiosched-ff0d52ba2a29210eca69ed6489cf1102c81082af.tar.gz
Merge pull request #34 from WonShaw/master
correct translation of string decline in zh-rCN
-rw-r--r--android/src/main/res/values-zh-rCN/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values-zh-rCN/strings.xml b/android/src/main/res/values-zh-rCN/strings.xml
index 848ecf0..67d0c20 100644
--- a/android/src/main/res/values-zh-rCN/strings.xml
+++ b/android/src/main/res/values-zh-rCN/strings.xml
@@ -127,7 +127,7 @@
<!-- Label on a button that the user clicks to decline something (for example, a license
agreement). -->
- <string name="decline">下降</string>
+ <string name="decline">拒绝</string>
<!-- Menu item that brings up the application's About screen -->
<string name="description_about">关于</string>