From 32603d204a90a9deba7d8c66eedc830d7247cf25 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 18 Sep 2012 23:52:45 +0000 Subject: [PATCH] Fix format string. svn path=/trunk/; revision=44994 --- ui/gtk/webbrowser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gtk/webbrowser.c b/ui/gtk/webbrowser.c index 56ddd8636c..71431e887e 100644 --- a/ui/gtk/webbrowser.c +++ b/ui/gtk/webbrowser.c @@ -370,7 +370,7 @@ filemanager_open_directory (const gchar *path) if (argument == NULL) { simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK, - "%sCould not convert \"%s\" to a URI: \"%s\"%s\n\n\"%s\"\n\n", + "%sCould not convert \"%s\" to a URI: \"%s\"%s\"", simple_dialog_primary_start(), path, simple_dialog_primary_end(), error->message); g_error_free (error);