aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 9dfccb49f..dd8ac4eca 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -145,7 +145,7 @@ ephy_shell_command_cb (EphyEmbedShell *shell,
dialog = gtk_message_dialog_new
(NULL,
GTK_DIALOG_MODAL,
- GTK_MESSAGE_ERROR,
+ GTK_MESSAGE_INFO,
GTK_BUTTONS_OK,
_("Mozilla bookmarks imported successfully."));
}