From: Brion Vibber <brion@pobox.com>
Date: Mon, 4 Oct 2010 20:05:49 +0000 (-0700)
Subject: Fix stray newlines on a few messages (fixed on translatewiki.net as well)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de185a14057e52d6acd306a643eb8f38cd83973e;p=quix0rs-gnu-social.git

Fix stray newlines on a few messages (fixed on translatewiki.net as well)
---

diff --git a/locale/zh_CN/LC_MESSAGES/statusnet.po b/locale/zh_CN/LC_MESSAGES/statusnet.po
index eec90e3c45..3fdee114cb 100644
--- a/locale/zh_CN/LC_MESSAGES/statusnet.po
+++ b/locale/zh_CN/LC_MESSAGES/statusnet.po
@@ -7348,13 +7348,13 @@ 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."
-msgstr "没有用户被指定;使用备份用户。\n"
+msgstr "没有用户被指定;使用备份用户。"
 
 #: scripts/restoreuser.php:94
 #, php-format
 msgid "%d entries in backup."
-msgstr "备份中有 %d 个条目。\n"
+msgstr "备份中有 %d 个条目。"