Improve various translatable messages.

This commit is contained in:
Dafydd Harries 2004-07-23 15:37:27 +00:00
parent 9ccd401659
commit 179e3421a1
8 changed files with 40 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2004-07-23 Dafydd Harries <daf@muse.19inch.net>
Fri Jul 23 16:35:23 2004
* gtk/gtkradioaction.c:
* gtk/gtkradiobutton.c:
* gtk/gtkentry.c:
* gtk/gtkmisc.c:
Improve various translatable messages. (#137616)
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):

View File

@ -1,3 +1,12 @@
2004-07-23 Dafydd Harries <daf@muse.19inch.net>
Fri Jul 23 16:35:23 2004
* gtk/gtkradioaction.c:
* gtk/gtkradiobutton.c:
* gtk/gtkentry.c:
* gtk/gtkmisc.c:
Improve various translatable messages. (#137616)
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):

View File

@ -1,3 +1,12 @@
2004-07-23 Dafydd Harries <daf@muse.19inch.net>
Fri Jul 23 16:35:23 2004
* gtk/gtkradioaction.c:
* gtk/gtkradiobutton.c:
* gtk/gtkentry.c:
* gtk/gtkmisc.c:
Improve various translatable messages. (#137616)
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):

View File

@ -1,3 +1,12 @@
2004-07-23 Dafydd Harries <daf@muse.19inch.net>
Fri Jul 23 16:35:23 2004
* gtk/gtkradioaction.c:
* gtk/gtkradiobutton.c:
* gtk/gtkentry.c:
* gtk/gtkmisc.c:
Improve various translatable messages. (#137616)
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):

View File

@ -575,7 +575,7 @@ gtk_entry_class_init (GtkEntryClass *class)
PROP_XALIGN,
g_param_spec_float ("xalign",
P_("X align"),
P_("The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts"),
P_("The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts."),
0.0,
1.0,
0.0,

View File

@ -97,7 +97,7 @@ gtk_misc_class_init (GtkMiscClass *class)
PROP_XALIGN,
g_param_spec_float ("xalign",
P_("X align"),
P_("The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts"),
P_("The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts."),
0.0,
1.0,
0.5,

View File

@ -153,7 +153,7 @@ gtk_radio_action_class_init (GtkRadioActionClass *klass)
PROP_GROUP,
g_param_spec_object ("group",
P_("Group"),
P_("The radio action whose group this action belongs."),
P_("The radio action whose group this action belongs to."),
GTK_TYPE_RADIO_ACTION,
G_PARAM_WRITABLE));

View File

@ -110,7 +110,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
PROP_GROUP,
g_param_spec_object ("group",
P_("Group"),
P_("The radio button whose group this widget belongs."),
P_("The radio button whose group this widget belongs to."),
GTK_TYPE_RADIO_BUTTON,
G_PARAM_WRITABLE));
object_class->destroy = gtk_radio_button_destroy;