summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f2cecf)
raw | patch | inline | side by side (parent: 1f2cecf)
author | Markus Heidelberg <markus.heidelberg@web.de> | |
Sat, 9 Jan 2010 22:11:12 +0000 (23:11 +0100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Tue, 12 Jan 2010 11:20:18 +0000 (22:20 +1100) |
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 <markus.heidelberg@web.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 <markus.heidelberg@web.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history | |
po/de.po | patch | blob | history |
index c1e1119dbc1c1e88956fd524fbc36042a9c18984..48cfce3a0e7cbe0148a4db3776008945e4b064b9 100755 (executable)
--- a/gitk
+++ b/gitk
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 53ef0d635941b54ddc9590f9df309536631114f8..e224595a23845b7a875b3ed3710f8400663f789f 100644 (file)
--- a/po/de.po
+++ b/po/de.po
#: gitk:7821
msgid "SHA1 ID:"
-msgstr "SHA1-Hashwert:"
+msgstr "SHA1 ID:"
#: gitk:7840
#, tcl-format