diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-08-11 06:14:21 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-08-11 06:14:21 +0000 |
commit | 06d3c86671c9b55702bae72e0b6a326a65c525b7 (patch) | |
tree | e0f942e46eeddc969187bad5a5be04e544ee87ae | |
parent | Updated Polish translation by GNOME PL Team. (diff) | |
download | zenity-06d3c86671c9b55702bae72e0b6a326a65c525b7.tar.gz zenity-06d3c86671c9b55702bae72e0b6a326a65c525b7.tar.bz2 zenity-06d3c86671c9b55702bae72e0b6a326a65c525b7.zip |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/about.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 diff --git a/src/about.c b/src/about.c index dd1e9e92..1ede5929 100644 --- a/src/about.c +++ b/src/about.c @@ -355,7 +355,7 @@ zenity_about (ZenityData *data) return; } - translator_credits = _("translator_credits"); + translator_credits = _("translator-credits"); glade_xml_signal_autoconnect (glade_dialog); |