]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.c
Consolidate display string for optical devices
[petitboot] / lib / types / types.c
index 611f2a1018dba2f772b90ad245508339aa07dc53..63045e1a29d2a933abd98bb8ed8826f2adea7a9c 100644 (file)
@@ -30,7 +30,7 @@ const char *device_type_display_name(enum device_type type)
        case DEVICE_TYPE_USB:
                return _("USB");
        case DEVICE_TYPE_OPTICAL:
-               return _("Optical");
+               return _("CD/DVD");
        case DEVICE_TYPE_NETWORK:
                return _("Network");
        case DEVICE_TYPE_ANY: