提交 0359ba72 编写于 作者: M Markus Heidelberg 提交者: Paul Mackerras

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: NMarkus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 1f2cecfd
...@@ -2088,7 +2088,7 @@ proc makewindow {} { ...@@ -2088,7 +2088,7 @@ proc makewindow {} {
set sha1entry .tf.bar.sha1 set sha1entry .tf.bar.sha1
set entries $sha1entry set entries $sha1entry
set sha1but .tf.bar.sha1label 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 -command gotocommit -width 8
$sha1but conf -disabledforeground [$sha1but cget -foreground] $sha1but conf -disabledforeground [$sha1but cget -foreground]
pack .tf.bar.sha1label -side left pack .tf.bar.sha1label -side left
......
...@@ -708,7 +708,7 @@ msgstr "Gehe zu:" ...@@ -708,7 +708,7 @@ msgstr "Gehe zu:"
#: gitk:7821 #: gitk:7821
msgid "SHA1 ID:" msgid "SHA1 ID:"
msgstr "SHA1-Hashwert:" msgstr "SHA1 ID:"
#: gitk:7840 #: gitk:7840
#, tcl-format #, tcl-format
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册