Removed quotation marks from comment (crowdin gets confused otherwise)
This commit is contained in:
parent
91145dfe56
commit
50f4976c19
|
@ -87,7 +87,7 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
|
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
|
||||||
"Dump Disc"
|
"Dump Disc"
|
||||||
)
|
)
|
||||||
MSG_HASH( /* FIXME It is not immediately clear what "saved as an image file" means. Is it a specific image type? Determined automatically? User's choice? */
|
MSG_HASH( /* FIXME Is a specific image format used? Is it determined automatically? User choice? */
|
||||||
MENU_ENUM_SUBLABEL_DUMP_DISC,
|
MENU_ENUM_SUBLABEL_DUMP_DISC,
|
||||||
"Dump the physical media disc to internal storage. It will be saved as an image file."
|
"Dump the physical media disc to internal storage. It will be saved as an image file."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue