All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] po/vi.po: add a missing space
@ 2016-08-22 12:08 Nguyễn Thái Ngọc Duy
  0 siblings, 0 replies; only message in thread
From: Nguyễn Thái Ngọc Duy @ 2016-08-22 12:08 UTC (permalink / raw)
  To: git; +Cc: worldhello.net, vnwildman, Nguyễn Thái Ngọc Duy

This space is important because the %s could be ":/abc", which makes
the final output "tham chiếu không phải là một cây::/abc".
"cây::/abc" looks like a new fancy form of extended SHA-1 syntax. But
it's not.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 po/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/vi.po b/po/vi.po
index f048244..e24e214 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -4626,7 +4626,7 @@ msgstr "tham chiếu không hợp lệ: %s"
 #: builtin/checkout.c:1037
 #, c-format
 msgid "reference is not a tree: %s"
-msgstr "tham chiếu không phải là một cây:%s"
+msgstr "tham chiếu không phải là một cây: %s"
 
 #: builtin/checkout.c:1076
 msgid "paths cannot be used with switching branches"
-- 
2.8.2.524.g6ff3d78


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-22 12:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 12:08 [PATCH] po/vi.po: add a missing space Nguyễn Thái Ngọc Duy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.