From: Shawn O. Pearce Date: Tue, 23 Oct 2007 22:44:55 +0000 (-0400) Subject: git-gui: Protect against bad translation strings X-Git-Tag: gitgui-0.9.0~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ab0d33c43852b047c2a3e5ae960df9a146363e7c?ds=inline;hp=ab0d33c43852b047c2a3e5ae960df9a146363e7c 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 ---