[PATCH] gitk: One \t missing in the help file (for <Return>)
From: <hidden>
Date: 2016-06-15 22:44:25
Subsystem:
the rest · Maintainer:
Linus Torvalds
Add it in the source and the Italian translation, the German translation does not have the string. The Spanish translation already contains it. Without it the formatting of the help page is not right here. Signed-off-by: Santiago Gala <redacted> --- gitk-git/gitk | 2 +- gitk-git/po/it.po | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gitk-git/gitk b/gitk-git/gitk
index 84ab02e..6fe454b 100644
--- a/gitk-git/gitk
+++ b/gitk-git/gitk@@ -1370,7 +1370,7 @@ proc keys {} { [mc "d Scroll diff view down 18 lines"] [mc "<%s-F> Find" $M1T] [mc "<%s-G> Move to next find hit" $M1T] -[mc "<Return> Move to next find hit"] +[mc "<Return> Move to next find hit"] [mc "/ Move to next find hit, or redo find"] [mc "? Move to previous find hit"] [mc "f Scroll diff view to next file"]
diff --git a/gitk-git/po/it.po b/gitk-git/po/it.po
index d0f4c2e..e4d49ea 100644
--- a/gitk-git/po/it.po
+++ b/gitk-git/po/it.po@@ -389,8 +389,8 @@ msgid "<%s-G>\t\tMove to next find hit" msgstr "<%s-G>\t\tTrova in avanti" #: gitk:1373 -msgid "<Return>\tMove to next find hit" -msgstr "<Return>\tTrova in avanti" +msgid "<Return>\t\tMove to next find hit" +msgstr "<Return>\t\tTrova in avanti" #: gitk:1374 msgid "/\t\tMove to next find hit, or redo find"
--
1.5.4.4