diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2015-09-18 10:47:33 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2015-09-18 10:57:29 +0800 |
commit | 726da52f8305382b07c63575f956793c6932566a (patch) | |
tree | d6608425f048e8376ed94bb1f7f8c98af9856aa3 /po/zh_TW.po | |
parent | 6bb8924cacad4cb1112cd827bacf19bd8abaf4c4 (diff) | |
download | petitboot-726da52f8305382b07c63575f956793c6932566a.zip petitboot-726da52f8305382b07c63575f956793c6932566a.tar.gz |
discover: status messages shouldn't have a trailing newline
Fix the status message, and remove the newline from our translations.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index b4d85a7..c7ac13e 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -72,8 +72,8 @@ msgstr "處理 %s 裝置 %s" #. device, like 'eth0'. #. #, c-format -msgid "Processing %s complete\n" -msgstr "處理 %s 完成\n" +msgid "Processing %s complete" +msgstr "處理 %s 完成" #. TRANSLATORS: this format specifier will be the name of a network #. device, like 'eth0'. |