trivial: Clarify a confusing error message

This commit is contained in:
Richard Hughes 2021-04-19 11:03:41 +01:00
parent 58fbbc2939
commit e082272d42

View File

@ -1371,7 +1371,7 @@ fu_util_plugin_flag_to_string (FwupdPluginFlags plugin_flag)
}
if (plugin_flag == FWUPD_PLUGIN_FLAG_LEGACY_BIOS) {
/* TRANSLATORS: system is not booted in UEFI mode */
return _("Firmware can not be updated in legacy BIOS mode");
return _("UEFI firmware can not be updated in legacy BIOS mode");
}
if (plugin_flag == FWUPD_PLUGIN_FLAG_CAPSULES_UNSUPPORTED) {
/* TRANSLATORS: capsule updates are an optional BIOS feature */