summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nautilus-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 8289b6e0b..68fb0276d 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -1320,7 +1320,7 @@ value_field_update (GtkLabel *label,
g_autofree char *mime_type = file_list_get_string_attribute (file_list,
"mime_type",
inconsistent_string);
- if (strcmp (mime_type, inconsistent_string))
+ if (strcmp (mime_type, inconsistent_string) && strcmp (mime_type, "inode/directory"))
{
g_autofree char *tmp = g_steal_pointer (&attribute_value);
attribute_value = g_strdup_printf (C_("MIME type description (MIME type)", "%s (%s)"), tmp, mime_type);