X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.c;h=63045e1a29d2a933abd98bb8ed8826f2adea7a9c;hb=79f738d13fa491abac82c77ac42f59aef4217b1d;hp=611f2a1018dba2f772b90ad245508339aa07dc53;hpb=70907c3fc4b344d00ce900e6a536e9cc16a35216;p=petitboot diff --git a/lib/types/types.c b/lib/types/types.c index 611f2a1..63045e1 100644 --- a/lib/types/types.c +++ b/lib/types/types.c @@ -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: