Skip to content

Commit 0359ba7

Browse files
marcowspaulusmack
authored andcommitted
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 <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 1f2cecf commit 0359ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ proc makewindow {} {
20882088
set sha1entry .tf.bar.sha1
20892089
set entries $sha1entry
20902090
set sha1but .tf.bar.sha1label
2091-
button $sha1but -text [mc "SHA1 ID: "] -state disabled -relief flat \
2091+
button $sha1but -text "[mc "SHA1 ID:"] " -state disabled -relief flat \
20922092
-command gotocommit -width 8
20932093
$sha1but conf -disabledforeground [$sha1but cget -foreground]
20942094
pack .tf.bar.sha1label -side left

po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ msgstr "Gehe zu:"
708708

709709
#: gitk:7821
710710
msgid "SHA1 ID:"
711-
msgstr "SHA1-Hashwert:"
711+
msgstr "SHA1 ID:"
712712

713713
#: gitk:7840
714714
#, tcl-format

0 commit comments

Comments
 (0)