git-gui: Protect against bad translation strings
commitab0d33c43852b047c2a3e5ae960df9a146363e7c
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Oct 2007 22:44:55 +0000 (23 18:44 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 26 Oct 2007 07:08:37 +0000 (26 03:08 -0400)
tree34204781a92e8cad1e2475d2764781b4760e4306
parentf4e9996b77415707a20a139463c3e3782e2fa48f
git-gui: Protect against bad translation strings

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>
git-gui.sh