Fix warning grammar

This commit is contained in:
Matthias Clasen 2014-09-18 21:57:20 -04:00
parent c75793ee17
commit 9603754f7d

View File

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