]> Pileus Git - ~andy/gtk/commitdiff
Change a label
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 Feb 2007 19:12:22 +0000 (19:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 Feb 2007 19:12:22 +0000 (19:12 +0000)
svn path=/trunk/; revision=17356

ChangeLog
gtk/gtkprintunixdialog.c

index ffdcf09b635ca85161c2e84a4c6d2c1296f7f8e7..45e341f72cc80f228798efcf46ee6bb91f32a4c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b0ec3a0e4089c3a857e8989f3ceab8cdcdb5bb2c..26d9d3f552dc7edec0c14ae93aea848902c078e7 100644 (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,