Use 'translator-credits' rather than the underscore version which makes

2004-08-11  Glynn Foster  <glynn.foster@sun.com>

	* src/about.c: Use 'translator-credits' rather than the
	underscore version which makes things easier for the translation
	dudes.
This commit is contained in:
Glynn Foster 2004-08-11 06:14:21 +00:00 committed by Glynn Foster
parent 3983da7789
commit 06d3c86671
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-08-11 Glynn Foster <glynn.foster@sun.com>
* src/about.c: Use 'translator-credits' rather than the
underscore version which makes things easier for the translation
dudes.
2004-08-03 Glynn Foster <glynn.foster@sun.com>
* data/zenity.1: Update the man page for the --print-column

View File

@ -355,7 +355,7 @@ zenity_about (ZenityData *data)
return;
}
translator_credits = _("translator_credits");
translator_credits = _("translator-credits");
glade_xml_signal_autoconnect (glade_dialog);