diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-12 19:44:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-12 19:47:16 +0800 |
commit | 1740e21a2843de978264b6208bce3718ad1c7a1a (patch) | |
tree | 4b3aa28fd2de6dd61bfa13f047e48c9c8ab879a5 /embed/ephy-embed-shell.c | |
parent | cad7e6662ea287c565aa1c5d77c91d26a9ce3fd2 (diff) | |
download | gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.gz gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.zst gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.zip |
Remove unused stuff and clean old references to Mozilla.
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 7ead872f8..85eb7fa2e 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -240,7 +240,7 @@ impl_get_embed_single (EphyEmbedShell *shell) GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Epiphany can't be used now. " - "Mozilla initialization failed.")); + "Initialization failed.")); gtk_dialog_run (GTK_DIALOG (dialog)); exit (0); |