mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-23 18:43:07 +00:00
trivial: mark some strings as translatable (Fixes: #3654)
This commit is contained in:
parent
651a542cae
commit
db72e9f52a
@ -621,7 +621,7 @@ fu_util_get_updates(FuUtilPrivate *priv, gchar **values, GError **error)
|
||||
g_set_error_literal(error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOTHING_TO_DO,
|
||||
"No updates available for remaining devices");
|
||||
_("No updates available for remaining devices"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1228,8 +1228,8 @@ fu_util_download_metadata(FuUtilPrivate *priv, GError **error)
|
||||
/* TRANSLATORS: error message for a user who ran fwupdmgr
|
||||
refresh recently %1 is an already translated timestamp such
|
||||
as 6 hours or 15 seconds */
|
||||
"Firmware metadata last refresh: %s ago. "
|
||||
"Use --force to refresh again.",
|
||||
_("Firmware metadata last refresh: %s ago. "
|
||||
"Use --force to refresh again."),
|
||||
fu_util_time_to_str(age_oldest));
|
||||
return FALSE;
|
||||
}
|
||||
@ -1657,7 +1657,7 @@ fu_util_get_updates(FuUtilPrivate *priv, gchar **values, GError **error)
|
||||
g_set_error_literal(error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_NOTHING_TO_DO,
|
||||
"No updates available for remaining devices");
|
||||
_("No updates available for remaining devices"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user