Broadway: Improve formatting of an error message

https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
Matthias Clasen 2014-08-22 11:02:31 -04:00
parent 60f0445233
commit 9b5e70c9c2

View File

@ -140,7 +140,7 @@ _gdk_broadway_server_new (const char *display, GError **error)
else
{
g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
_("broadway display type not supported '%s'"), display);
_("Broadway display type not supported: %s"), display);
return NULL;
}