mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Broadway: Improve formatting of an error message
https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
parent
60f0445233
commit
9b5e70c9c2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user