From 0359ba72bb3e8d717ee90849e941bbe87b7fbaff Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Sat, 9 Jan 2010 23:11:12 +0100 Subject: [PATCH] gitk: Adjust two equal strings which differed in whitespace There were the two strings "SHA1 ID: " and "SHA1 ID:" as description for the SHA1 search textbox. Change it to two equal strings, the space is now outside of the translated string. Furthermore the German translation wasn't unique, but "SHA1:" resp. "SHA1-Hashwert:". The former was displayed after initialisation, the latter after changes to the textbox, for example when clearing the text. But it was too long to be displayed fully, so use a shorter translation. Signed-off-by: Markus Heidelberg Signed-off-by: Paul Mackerras --- gitk | 2 +- po/de.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitk b/gitk index c1e1119dbc..48cfce3a0e 100755 --- a/gitk +++ b/gitk @@ -2088,7 +2088,7 @@ proc makewindow {} { set sha1entry .tf.bar.sha1 set entries $sha1entry set sha1but .tf.bar.sha1label - button $sha1but -text [mc "SHA1 ID: "] -state disabled -relief flat \ + button $sha1but -text "[mc "SHA1 ID:"] " -state disabled -relief flat \ -command gotocommit -width 8 $sha1but conf -disabledforeground [$sha1but cget -foreground] pack .tf.bar.sha1label -side left diff --git a/po/de.po b/po/de.po index 53ef0d6359..e224595a23 100644 --- a/po/de.po +++ b/po/de.po @@ -708,7 +708,7 @@ msgstr "Gehe zu:" #: gitk:7821 msgid "SHA1 ID:" -msgstr "SHA1-Hashwert:" +msgstr "SHA1 ID:" #: gitk:7840 #, tcl-format -- 2.11.4.GIT