Re: string change in GTK+

2006-08-15 Thread Matthias Clasen
On Tue, 2006-08-15 at 19:48 +0200, Christian Rose wrote:
 On 8/15/06, Matthias Clasen [EMAIL PROTECTED] wrote:
  I have fixed bug 351063, which leads to a changed string in 2.10.2:
 
  %s element has neither a \name\ nor an \id\ element
 
  is factually wrong, and has been replaced by
 
  %s element has neither a \name\ nor an \id\ attribute
 
 
  I have performed the necessary surgery on all po files to keep the
  old translations.
 
 Was that really the intention? By doing this surgery and
 unfuzzymarking all translations of this message, the factual error
 will continue to be present in the translations, and more importantly
 you've removed the notification to translators that they should update
 their translations of this message. So the translations will still
 talk about elements, and translators won't notice.
 
 If you had just left the po files as they are, the message would
 become fuzzymarked, which is the signal to translators that they need
 to update their translations of that message.
 
 So, unless your intent was really to keep the old, no longer correct
 translations (thus introducing new bugs), I would kindly ask you to
 revert your changes to the po files in this case.

I'll do that after 2.10.2 is out. The intention was to avoid loosing 
an almost correct translation (at least good enough to convey the intent
of the warning) in the imminent release...

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Patch for duplicate hotkey in the libgnomeprintui print dialog

2006-08-15 Thread Kjartan Maraas
Found this in bugzilla and I think it would be nice to get it commited.

http://bugzilla.gnome.org/show_bug.cgi?id=155854

Index: libgnomeprintui/gnome-print-copies.c
===
RCS file: /cvs/gnome/libgnomeprintui/libgnomeprintui/gnome-print-copies.c,v
retrieving revision 1.36
diff -u -r1.36 gnome-print-copies.c
--- libgnomeprintui/gnome-print-copies.c17 Mar 2004 18:24:52 -  
1.36
+++ libgnomeprintui/gnome-print-copies.c15 Mar 2005 01:28:37 -
@@ -291,7 +291,7 @@
atko = gtk_widget_get_accessible (gpc-collate_image);
atk_image_set_image_description (ATK_IMAGE (atko), _(Image showing the 
collation sequence when multiple copies of the document are printed));
 
-   gpc-collate = gtk_check_button_new_with_mnemonic (_(_Collate));
+   gpc-collate = gtk_check_button_new_with_mnemonic (_(C_ollate));
gtk_widget_show(gpc-collate);
gtk_table_attach_defaults((GtkTable *)table, gpc-collate, 1, 2, 1, 2);


Cheers
Kjartan

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: SVN anytime soon?

2006-08-15 Thread Guilherme de S. Pastore
Em Ter, 2006-08-15 às 23:11 +0930, Clytie Siddall escreveu:
 I hope we're still going ahead with it. Does anyone have some more up- 
 to-date information?

http://mail.gnome.org/archives/desktop-devel-list/2006-July/msg00798.html

___
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n