mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 15:55:45 +00:00
trivial: Make a string extractable with xgettext
This commit is contained in:
parent
f06ba475b1
commit
c269e64584
@ -1374,8 +1374,8 @@ fu_util_perhaps_refresh_remotes (FuUtilPrivate *priv, GError **error)
|
|||||||
/* ask for permission */
|
/* ask for permission */
|
||||||
if (!priv->assume_yes) {
|
if (!priv->assume_yes) {
|
||||||
/* TRANSLATORS: the metadata is very out of date; %i is a number > 1 */
|
/* TRANSLATORS: the metadata is very out of date; %i is a number > 1 */
|
||||||
g_print (_("Firmware metadata has not been updated for %" G_GUINT64_FORMAT
|
g_print (_("Firmware metadata has not been updated for %u"
|
||||||
" days and may not be up to date."), age_limit_days);
|
" days and may not be up to date."), (guint) age_limit_days);
|
||||||
g_print ("\n\n");
|
g_print ("\n\n");
|
||||||
g_print ("%s (%s) [y|N]: ",
|
g_print ("%s (%s) [y|N]: ",
|
||||||
/* TRANSLATORS: ask the user if we can update the metadata */
|
/* TRANSLATORS: ask the user if we can update the metadata */
|
||||||
|
Loading…
Reference in New Issue
Block a user