Change a label

svn path=/trunk/; revision=17356
This commit is contained in:
Matthias Clasen 2007-02-26 19:12:22 +00:00
parent 2854c2bdf6
commit 3f9deb4aeb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-02-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintunixdialog.c: Change the label to "Pages per side",
which is more accurate, suggested by Tim Waugh. String change!
2007-02-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinteroptionwidget.c: Make the folder selection for

View File

@ -1989,7 +1989,7 @@ create_page_setup_page (GtkPrintUnixDialog *dialog)
gtk_box_pack_start (GTK_BOX (hbox), frame, TRUE, TRUE, 0);
gtk_widget_show (table);
label = gtk_label_new_with_mnemonic (_("Pages per _sheet:"));
label = gtk_label_new_with_mnemonic (_("Pages per _side:"));
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
gtk_widget_show (label);
gtk_table_attach (GTK_TABLE (table), label,