summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-autorun.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcaja-private/caja-autorun.c')
-rw-r--r--libcaja-private/caja-autorun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcaja-private/caja-autorun.c b/libcaja-private/caja-autorun.c
index 2896cb9d..5c7bfec8 100644
--- a/libcaja-private/caja-autorun.c
+++ b/libcaja-private/caja-autorun.c
@@ -1052,11 +1052,11 @@ show_dialog:
{
media_greeting = _("You have just inserted a blank DVD.");
}
- else if (strcmp (x_content_type, "x-content/blank-cd") == 0)
+ else if (strcmp (x_content_type, "x-content/blank-bd") == 0)
{
media_greeting = _("You have just inserted a blank Blu-Ray disc.");
}
- else if (strcmp (x_content_type, "x-content/blank-cd") == 0)
+ else if (strcmp (x_content_type, "x-content/blank-hddvd") == 0)
{
media_greeting = _("You have just inserted a blank HD DVD.");
}