diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-18 22:15:54 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-10-18 22:15:54 +0200 |
commit | 5503492f424ccacf7744c87fa1112aca5627bf5c (patch) | |
tree | 6238e0eb1ea759b9adace27352df8e000b79b7f9 /locale | |
parent | 3c10602561006f30bfdf83759690b05ae90e3e36 (diff) |
Fix `msgid' and `msgstr' entries do not both end with '\n'
Diffstat (limited to 'locale')
-rw-r--r-- | locale/zh_CN/LC_MESSAGES/statusnet.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po index d33b0e36c..44d070328 100644 --- a/locale/zh_CN/LC_MESSAGES/statusnet.po +++ b/locale/zh_CN/LC_MESSAGES/statusnet.po @@ -7481,7 +7481,7 @@ msgstr "%s不是有效的颜色!应使用3或6个十六进制字符。" #: scripts/restoreuser.php:82 #, php-format msgid "Backup file for user %s (%s)" -msgstr "用户 %s (%s) 的备份文件\n" +msgstr "用户 %s (%s) 的备份文件" #: scripts/restoreuser.php:88 msgid "No user specified; using backup user." |