Hello community, here is the log from the commit of package libgnomesu checked in at Fri May 26 13:03:08 CEST 2006. -------- --- GNOME/libgnomesu/libgnomesu.changes 2006-05-18 17:00:26.000000000 +0200 +++ libgnomesu/libgnomesu.changes 2006-05-26 12:00:09.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 26 11:58:09 CEST 2006 - zsu@suse.de + +- bugzilla #169082. Call _() to translate label string "_Password:" + +------------------------------------------------------------------- New: ---- libgnomesu-password-translation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgnomesu.spec ++++++ --- /var/tmp/diff_new_pack.NiOsVb/_old 2006-05-26 13:02:49.000000000 +0200 +++ /var/tmp/diff_new_pack.NiOsVb/_new 2006-05-26 13:02:49.000000000 +0200 @@ -23,7 +23,7 @@ Provides: xsu Obsoletes: xsu Version: 1.0.0 -Release: 33 +Release: 35 Summary: GNOME su Library Source: libgnomesu-%{version}.tar.bz2 Source1: gnomesu-pam.pamd @@ -33,6 +33,7 @@ Patch3: libgnomesu-no-selectable-error.patch Patch4: libgnomesu-1.0.0-ensure-xauthority-env.patch Patch5: libgnomesu-scrollbar.patch +Patch6: libgnomesu-password-translation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -69,6 +70,7 @@ %patch3 -p0 %patch4 -p1 %patch5 +%patch6 -p0 cp -a %{S:1} pam-backend/gnomesu-pam %build @@ -161,6 +163,8 @@ %{prefix}/%_lib/libgnomesu.*a %changelog -n libgnomesu +* Fri May 26 2006 - zsu@suse.de +- bugzilla #169082. Call _() to translate label string "_Password:" * Thu May 18 2006 - ro@suse.de - add setuid bit to gnomesu-pam-backend in level secure (#175616) * Thu May 04 2006 - danw@suse.de ++++++ libgnomesu-password-translation.patch ++++++ --- src/gnomesu-auth-dialog.c.old 2006-05-26 17:46:02.000000000 +0800 +++ src/gnomesu-auth-dialog.c 2006-05-26 17:47:34.000000000 +0800 @@ -178,7 +178,7 @@ /* Input entry */ - adialog->_priv->prompt_label = label = gtk_label_new ("_Password:"); + adialog->_priv->prompt_label = label = gtk_label_new (_("_Password:")); gtk_label_set_use_underline (GTK_LABEL (label), TRUE); gtk_misc_set_alignment (GTK_MISC (label), 1.0, 0.5); gtk_table_attach (GTK_TABLE (table), label, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...