Blame SOURCES/0033-Translation-Add-missing-newlines-in-the-ja-po-file.patch

841ac7
From 32d171f48920eaa98b84c73f69636e6388c28133 Mon Sep 17 00:00:00 2001
841ac7
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
841ac7
Date: Thu, 6 Jun 2019 03:47:17 +0200
841ac7
Subject: [PATCH 33/33] Translation: Add missing newlines in the ja po file
841ac7
841ac7
---
841ac7
 po/ja.po | 6 +++---
841ac7
 1 file changed, 3 insertions(+), 3 deletions(-)
841ac7
841ac7
diff --git a/po/ja.po b/po/ja.po
841ac7
index 396b693c2..f6ed9834b 100644
841ac7
--- a/po/ja.po
841ac7
+++ b/po/ja.po
841ac7
@@ -2115,7 +2115,7 @@ msgstr ""
841ac7
 #: src/tools/sss_usermod.c:117 src/tools/sss_usermod.c:126
841ac7
 #: src/tools/sss_usermod.c:135
841ac7
 msgid "Specify the attribute name/value pair(s)\n"
841ac7
-msgstr "属性の名前/値のペアを指定します"
841ac7
+msgstr "属性の名前/値のペアを指定します\n"
841ac7
 
841ac7
 #: src/tools/sss_usermod.c:152
841ac7
 msgid "Specify user to modify\n"
841ac7
@@ -2146,12 +2146,12 @@ msgstr "指定された検索に一致するキャッシュオブジェクトが
841ac7
 #: src/tools/sss_cache.c:519
841ac7
 #, c-format
841ac7
 msgid "Couldn't invalidate %1$s\n"
841ac7
-msgstr "%1$s を無効化できませんでした"
841ac7
+msgstr "%1$s を無効化できませんでした\n"
841ac7
 
841ac7
 #: src/tools/sss_cache.c:526
841ac7
 #, c-format
841ac7
 msgid "Couldn't invalidate %1$s %2$s\n"
841ac7
-msgstr "%1$s %2$s を無効化できませんでした"
841ac7
+msgstr "%1$s %2$s を無効化できませんでした\n"
841ac7
 
841ac7
 #: src/tools/sss_cache.c:689
841ac7
 msgid "Invalidate all cached entries"
841ac7
-- 
841ac7
2.19.1
841ac7