diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-16 04:08:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-16 04:08:07 +0800 |
commit | 1e95d209e75a03c8340726a8c088d4d6abfed752 (patch) | |
tree | f08221947611e3d42253526794b8c51c42af9cde /src/ephy-window.c | |
parent | 984bb65c96c5f310313557eca924e9ba73adb8b9 (diff) | |
download | gsoc2013-epiphany-1e95d209e75a03c8340726a8c088d4d6abfed752.tar.gz gsoc2013-epiphany-1e95d209e75a03c8340726a8c088d4d6abfed752.tar.zst gsoc2013-epiphany-1e95d209e75a03c8340726a8c088d4d6abfed752.zip |
Don't use <tt> in the strings. Fixes bug #163378.
2005-01-15 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
Don't use <tt> in the strings. Fixes bug #163378.
* lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file):
* src/bookmarks/ephy-bookmarks.c: (redirect_cb):
Fix button text and capitalisation in the confirm-redirect-update
dialogue. Fixes bug #164131.
* src/ephy-window.c: (confirm_close_with_modified_forms):
Fix primary text of confirm-close command not to have a period.
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), |