mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 11:17:08 +00:00
trivial: Clarify a confusing error message
This commit is contained in:
parent
58fbbc2939
commit
e082272d42
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user