This caused two entries for translation. Also change the German translation because the now used one is too long to be fully displayed. Signed-off-by: Markus Heidelberg <markus.heidelberg@xxxxxx> --- gitk | 2 +- po/de.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitk b/gitk index 46d7782..87e3b31 100755 --- a/gitk +++ b/gitk @@ -2014,7 +2014,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 53ef0d6..e224595 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 -- 1.6.3.2.369.gdf06 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html