aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-27 01:42:37 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-27 01:42:37 +0800
commit2137a058e58e6e89a87cd228fefe3618253c5686 (patch)
treedab0040d4fb81836a0b326208bc1793534949ee6
parentfc69f229f306940d351fd20606fe6a77104ef48d (diff)
downloadgsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar.gz
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar.bz2
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar.lz
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar.xz
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.tar.zst
gsoc2013-epiphany-2137a058e58e6e89a87cd228fefe3618253c5686.zip
Primary text shouldn't have a period.
2005-07-26 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_verify_postscript): Primary text shouldn't have a period.
-rw-r--r--ChangeLog6
-rwxr-xr-xembed/print-dialog.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ff5c72e8..73d1c3a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-26 Christian Persch <chpe@cvs.gnome.org>
+ * embed/print-dialog.c: (ephy_print_verify_postscript):
+
+ Primary text shouldn't have a period.
+
+2005-07-26 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-marshal.list:
* src/bookmarks/ephy-bookmark-action.c: (open_in_tab_activate_cb),
(open_in_window_activate_cb), (activate_cb):
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index a67db5f97..fbb66d733 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -279,7 +279,7 @@ ephy_print_verify_postscript (GnomePrintDialog *print_dialog)
dialog = gtk_message_dialog_new (
GTK_WINDOW (print_dialog), GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
- _("Printing is not supported on this printer."));
+ _("Printing is not supported on this printer"));
gtk_message_dialog_format_secondary_text (
GTK_MESSAGE_DIALOG (dialog),
_("You were trying to print to a printer using the \"%s\" driver. This program requires a PostScript printer driver."),