From 9b28b85284abd8de9dabb8adb9cd74eda065bc79 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 6 Sep 2020 00:31:52 +0200 Subject: Whitespace fix --- src/indicator-printer-state-notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-printer-state-notifier.c b/src/indicator-printer-state-notifier.c index c83ba82..a9b3a9a 100644 --- a/src/indicator-printer-state-notifier.c +++ b/src/indicator-printer-state-notifier.c @@ -107,7 +107,7 @@ show_alert_box (const gchar *printer, primary_text = g_strdup_printf (reason, printer); secondary_text = g_strdup_printf (ngettext( - "You have %d job queued to print on this printer.", + "You have %d job queued to print on this printer.", "You have %d jobs queued to print on this printer.", njobs), njobs); -- cgit v1.2.3