]> git.sur5r.net Git - glabels/commit
Fixed some gettext problems
authorJim Evins <evins@snaught.com>
Wed, 7 Oct 2009 02:01:15 +0000 (22:01 -0400)
committerJim Evins <evins@snaught.com>
Wed, 7 Oct 2009 02:01:15 +0000 (22:01 -0400)
commit1d8d113699adea7360355c7cef8ad539825829e0
treee74b047f8bc2d9ba31c072519301b4a57fa60616
parent48fe1b343471e074156ea342ded7faaaca390c40
Fixed some gettext problems

color-combo-menu.c:
- escape "%" in strings so that they are not interpreted as c-format
  conversions.
- call gettext() on color names initialized in table.
bc.c:
- call gettext() on barcode names initialized in table.
property-bar.builder:
- moved "Font family" tooltip to correct field for translation.
data/builder/property-bar.builder
src/bc.c
src/color-combo-menu.c