From c269e6458432839c15158864871b0ad2d508448c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 25 Jan 2018 12:36:01 +0000 Subject: [PATCH] trivial: Make a string extractable with xgettext --- src/fu-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fu-util.c b/src/fu-util.c index 09f261881..b75f38c7c 100644 --- a/src/fu-util.c +++ b/src/fu-util.c @@ -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 */