git-gui: Correct stock message for 'Invalid font specified in %s'
commitb86882eda026a0da18472587034250a53e0daf51
authorShawn O. Pearce <spearce@spearce.org>
Mon, 3 Sep 2007 04:22:19 +0000 (3 00:22 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 3 Sep 2007 04:22:19 +0000 (3 00:22 -0400)
treea9833d5cb912cd3625a88e17613905e8026f62ac
parent2ea22555073a1272ba1dc4ecb9968c0f8616e860
git-gui: Correct stock message for 'Invalid font specified in %s'

This particular message is talking about a specific option in the
configuration file named "gui.$name".  This option is not localized
so we cannot localize the "gui." that denotes the section the option
$name is found within.  Currently there are no plans to localize the
configuration options for git-gui, but if that were to change in the
future then it would be necessary to localize not only the "gui."
section prefix but also the $name (fontui and fontdiff).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh