Merge branch 'filechooser-fix-for-3' into 'gtk-3-24'
filechooser: Translate type column See merge request GNOME/gtk!1817
This commit is contained in:
@@ -5028,7 +5028,7 @@ get_category_from_content_type (const char *content_type)
|
||||
{
|
||||
if (strcmp (mime_type_map[i].icon_name, icon_name) == 0)
|
||||
{
|
||||
basic_type = g_strdup (gettext (mime_type_map[i].display_name));
|
||||
basic_type = g_strdup (_(mime_type_map[i].display_name));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user