blob: 9db700e96bdfec0db205b2926e512a388f0df2b0 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 7cbc6441cd06e0c0bb51ac37c8f22b0fd51f12f2 Mon Sep 17 00:00:00 2001
2From: Jiri Kucera <jkucera@redhat.com>
3Date: Wed, 11 Apr 2018 17:13:44 +0200
4Subject: [PATCH] Missing \n in translated string
5
6Upstream-Status: Backport
7
8Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
9---
10 po/tr.po | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/po/tr.po b/po/tr.po
14index 84e5021..a28e947 100644
15--- a/po/tr.po
16+++ b/po/tr.po
17@@ -408,7 +408,7 @@ msgstr "Grafik pencere açılamadı ve uçbirim denetimi bulunamadı.\n"
18 #: ../../po/../userpasswd.c:37
19 #, c-format
20 msgid "Unexpected command-line arguments\n"
21-msgstr "Beklenmeyen komut satırı argümanları"
22+msgstr "Beklenmeyen komut satırı argümanları\n"
23
24 #: ../../po/../userinfo.c:411
25 #, c-format
26--
272.7.4
28