From 86d92f2c932b92af2de77e89f165efee8368d06e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 25 Sep 2021 19:48:47 +0100 Subject: [PATCH] trivial: Fix translator comment --- src/fu-util-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fu-util-common.c b/src/fu-util-common.c index 252e939a6..8a243e5a4 100644 --- a/src/fu-util-common.c +++ b/src/fu-util-common.c @@ -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) {