Mercurial > pidgin
diff plugins/gaimrc.c @ 13089:b553326bc468
[gaim-migrate @ 15451]
Various i18n improvements from Bj??rn Voigt
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 01 Feb 2006 06:07:53 +0000 |
| parents | e25a2315d9e3 |
| children | d845dc5712bb |
line wrap: on
line diff
--- a/plugins/gaimrc.c Wed Feb 01 06:04:22 2006 +0000 +++ b/plugins/gaimrc.c Wed Feb 01 06:07:53 2006 +0000 @@ -412,7 +412,7 @@ labelsg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); widgetsg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); - frame = gaim_gtk_make_frame(ret, "General"); + frame = gaim_gtk_make_frame(ret, _("General")); /* interface font */ hbox = gtk_hbox_new(FALSE, GAIM_HIG_CAT_SPACE); gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0); @@ -472,7 +472,7 @@ widget_bool_widgets[i]); } - frame = gaim_gtk_make_frame(ret, "Interface colors"); + frame = gaim_gtk_make_frame(ret, _("Interface colors")); /* imhtml stuff */ for (i = 0; i < G_N_ELEMENTS(color_prefs); i++) { hbox = gtk_hbox_new(FALSE, GAIM_HIG_CAT_SPACE); @@ -496,7 +496,7 @@ GINT_TO_POINTER(i)); } - frame = gaim_gtk_make_frame(ret, "Widget Sizes"); + frame = gaim_gtk_make_frame(ret, _("Widget Sizes")); /* widget size stuff */ for (i = 0; i < G_N_ELEMENTS(widget_size_prefs); i++) { hbox = gtk_hbox_new(FALSE, GAIM_HIG_CAT_SPACE); @@ -517,7 +517,7 @@ widget_size_widgets[i]); } - frame = gaim_gtk_make_frame(ret, "Fonts"); + frame = gaim_gtk_make_frame(ret, _("Fonts")); /* imhtml font stuff */ for (i = 0; i < G_N_ELEMENTS(font_prefs); i++) { hbox = gtk_hbox_new(FALSE, GAIM_HIG_CAT_SPACE);
