git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: spelling fix in German translation
@ 2011-05-17 20:18 Ralf Thielow
  2011-05-18  9:06 ` Michael J Gruber
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Thielow @ 2011-05-17 20:18 UTC (permalink / raw)
  To: git; +Cc: Ralf Thielow

Fixed a spelling mistake in German translation. "positive integer" is
not correctly translated to "ganzzahliger Wert" because "ganzzahliger Wert"
also includes negative values.

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
---
 gitk-git/po/de.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk-git/po/de.po b/gitk-git/po/de.po
index bd194a3..55e8467 100644
--- a/gitk-git/po/de.po
+++ b/gitk-git/po/de.po
@@ -652,7 +652,7 @@ msgstr "Bis:"
 
 #: gitk:3835
 msgid "Limit and/or skip a number of revisions (positive integer):"
-msgstr "Versionsanzahl begrenzen oder einige überspringen (ganzzahliger Wert):"
+msgstr "Versionsanzahl begrenzen oder einige überspringen (positiver ganzzahliger Wert):"
 
 #: gitk:3836
 msgid "Number to show:"
-- 
1.7.5.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-18  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 20:18 [PATCH] gitk: spelling fix in German translation Ralf Thielow
2011-05-18  9:06 ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).