GNOME Bugzilla – Bug 628198
Miscellaneous property string fixes
Last modified: 2010-08-29 18:17:36 UTC
Created attachment 168953 [details] [review] Miscellaneous property string fixes (patch for gtk-2-22) Patch attached which fixes some problems with translatable property strings. • Removes some extraneous "to"s • It's "associated with", not "associated to" • "layout" is a noun, "lay out" is the verb form • Other than that, fixes a couple of typos If this is OK, it would be best to get it in before the string freeze on Monday.
Created attachment 168954 [details] [review] Miscellaneous property string fixes (patch for master)
This is the first backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff57aa036 in IA__gdk_gc_set_rgb_fg_color (gc=0xffffffffe4154160, color=0x7fffffffab00) at /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c:1328 1328 /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c: Aucun fichier ou dossier de ce type. in /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c (gdb) bt
+ Trace 223458
This is the second: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff57aa036 in IA__gdk_gc_set_rgb_fg_color (gc=0xffffffffe4009330, color=0x7fffffffcef0) at /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c:1328 1328 /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c: Aucun fichier ou dossier de ce type. in /build/buildd/gtk+2.0-2.21.6/gdk/gdkgc.c (gdb) bt
+ Trace 223460
Review of attachment 168953 [details] [review]: looks good
Review of attachment 168954 [details] [review]: looks good
Comment on attachment 168953 [details] [review] Miscellaneous property string fixes (patch for gtk-2-22) What are the backtraces for?
I'll send out a notification e-mail for these changes and the ones in bug #528257 shortly. On master: commit ba158a24fe150b6535b376d3ba2696d4eb581466 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 28 13:51:41 2010 +0100 Miscellaneous property string fixes gdk/gdkdevice.c | 10 +++++----- gtk/gtkbbox.c | 4 ++-- gtk/gtktoolitemgroup.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) On gtk-2-22: commit 77d28e31044c7792cb7982498eade7d80316b160 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Aug 28 16:55:53 2010 +0100 Miscellaneous property string fixes gtk/gtkbbox.c | 2 +- gtk/gtktoolitemgroup.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
(In reply to comment #6) > (From update of attachment 168953 [details] [review]) > What are the backtraces for? oh, forget them. These are for a different bug