From 5503492f424ccacf7744c87fa1112aca5627bf5c Mon Sep 17 00:00:00 2001
From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Mon, 18 Oct 2010 22:15:54 +0200
Subject: [PATCH] Fix `msgid' and `msgstr' entries do not both end with '\n'

---
 locale/zh_CN/LC_MESSAGES/statusnet.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po
index d33b0e36cf..44d070328c 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."
-- 
2.39.5