diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-12-12 01:27:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-12 01:27:13 +0800 |
commit | 559ad3c99b912fe6af014cc5e7f95dd654b7bd17 (patch) | |
tree | 811a2f7e336c10a7db09386784334ad908bc175a /lib | |
parent | d1aa044bad0bc91f401014ee71b2a2ecfa801161 (diff) | |
download | gsoc2013-epiphany-559ad3c99b912fe6af014cc5e7f95dd654b7bd17.tar.gz gsoc2013-epiphany-559ad3c99b912fe6af014cc5e7f95dd654b7bd17.tar.zst gsoc2013-epiphany-559ad3c99b912fe6af014cc5e7f95dd654b7bd17.zip |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index b7249df2c..99e68bc2b 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -366,7 +366,7 @@ ephy_gui_check_location_writable (GtkWidget *parent, gtk_message_dialog_format_secondary_text ( GTK_MESSAGE_DIALOG (dialog), - _("A file with this name alreay exists and " + _("A file with this name already exists and " "you don't have permission to overwrite it.")); gtk_window_set_title (GTK_WINDOW (dialog), _("Cannot Overwrite File")); |