forked from AuroraMiddleware/gtk
Fix warning grammar
This commit is contained in:
parent
c75793ee17
commit
9603754f7d
@ -919,7 +919,7 @@ gtk_recent_manager_add_full (GtkRecentManager *manager,
|
|||||||
if (!data->mime_type)
|
if (!data->mime_type)
|
||||||
{
|
{
|
||||||
g_warning ("Attempting to add `%s' to the list of recently used "
|
g_warning ("Attempting to add `%s' to the list of recently used "
|
||||||
"resources, but not MIME type was defined",
|
"resources, but no MIME type was defined",
|
||||||
uri);
|
uri);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user