mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 13:31:04 +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 */
|
||||
if (!priv->assume_yes) {
|
||||
/* 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
|
||||
" days and may not be up to date."), age_limit_days);
|
||||
g_print (_("Firmware metadata has not been updated for %u"
|
||||
" days and may not be up to date."), (guint) age_limit_days);
|
||||
g_print ("\n\n");
|
||||
g_print ("%s (%s) [y|N]: ",
|
||||
/* TRANSLATORS: ask the user if we can update the metadata */
|
||||
|
Loading…
Reference in New Issue
Block a user