diff options
Diffstat (limited to 'embed')
-rwxr-xr-x | embed/print-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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."), |