aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-18 23:52:45 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-18 23:52:45 +0000
commit32603d204a90a9deba7d8c66eedc830d7247cf25 (patch)
tree5380ec08831055c98362ec69b4fb7ebf9e81bb1c /ui
parent7d8330f50ae3c878acf2a2e4aa790f929c3c767f (diff)
Fix format string.
svn path=/trunk/; revision=44994
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/webbrowser.c2
1 files changed, 1 insertions, 1 deletions
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);