git-gui: Protect against bad translation strings
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Oct 2007 22:44:55 +0000 (18:44 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 26 Oct 2007 07:08:37 +0000 (03:08 -0400)
If a translation string uses a format character we don't have an
argument for then it may throw an error when we attempt to format
the translation. In this case switch back to the default format
that comes with the program (aka the English translation).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found