Fix format string.

svn path=/trunk/; revision=44994
This commit is contained in:
Guy Harris 2012-09-18 23:52:45 +00:00
parent 7d8330f50a
commit 32603d204a
1 changed files with 1 additions and 1 deletions

View File

@ -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);