trivial: Fix translator comment

This commit is contained in:
Richard Hughes 2021-09-25 19:48:47 +01:00
parent 478e44bc19
commit 86d92f2c93

View File

@ -1175,7 +1175,7 @@ fu_util_device_flag_to_string(guint64 device_flag)
return _("Device firmware is required to have a version check");
}
if (device_flag == FWUPD_DEVICE_FLAG_INSTALL_ALL_RELEASES) {
/* TRANSLATORS: a version check is required for all firmware */
/* TRANSLATORS: the device cannot update from A->C and has to go A->B->C */
return _("Device is required to install all provided releases");
}
if (device_flag == FWUPD_DEVICE_FLAG_HAS_MULTIPLE_BRANCHES) {