diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 0588b27a1..b1eec6897 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -659,7 +659,7 @@ confirm_close_with_modified_forms (EphyWindow *window) GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_CANCEL, - _("There are unsubmitted changes to form elements.")); + _("There are unsubmitted changes to form elements")); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), |