[gimp] Remove extra newline character in zh_HK translation
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Remove extra newline character in zh_HK translation
- Date: Tue, 2 Oct 2018 18:54:28 +0000 (UTC)
commit 3e579efae05dead9a8d8b0406e9adf5198829ca6
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Tue Oct 2 14:52:04 2018 -0400
Remove extra newline character in zh_HK translation
We don't use \r on Unix
I believe that it's best practice to not have \n in
translatable strings either.
po/zh_HK.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/po/zh_HK.po b/po/zh_HK.po
index a6b72ebaf5..5e7b0948a3 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -11801,7 +11801,7 @@ msgid ""
"%s"
msgstr ""
"程序「%s」的呼叫錯誤:\n"
-"\r%s"
+"%s"
#: ../app/plug-in/gimpplugin-message.c:494
#, c-format
@@ -11819,7 +11819,7 @@ msgid ""
"%s"
msgstr ""
"「%s」的呼叫錯誤:\n"
-"\r%s"
+"%s"
#: ../app/plug-in/gimppluginprocedure.c:999
#, c-format
@@ -11828,7 +11828,7 @@ msgid ""
"%s"
msgstr ""
"「%s」的執行錯誤:\n"
-"\r%s"
+"%s"
#: ../app/plug-in/gimpplugin-progress.c:331
msgid "Cancelled"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]