diff options
author | cpdyj <canpodeyiji@outlook.com> | 2018-05-17 03:56:52 +0800 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2018-05-16 21:56:52 +0200 |
commit | e29cbb7fd1bb798632a474d6036cebbf929a45c0 (patch) | |
tree | e0acdd620cf815a6455a8bfc0d60f304bdebe2d4 | |
parent | 2a7038337da653ad8fde7186ae137bcf5c77d539 (diff) |
fix zh_rCN string translate. (#407)
-rw-r--r-- | app/src/main/res/values-zh-rCN/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index bcba3ca2..6854271d 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -121,5 +121,5 @@ <string name="server_resulting_url">生成的 URL</string> <string name="autofill_apps_match_ellipsis">匹配…</string> <string name="pref_crypto_title">加密</string> - <string name="get_last_changed_failed">Failed to get last changed date</string> -</resources>
\ No newline at end of file + <string name="get_last_changed_failed">获取上次修改日期失败</string> +</resources> |