diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-printer-state-notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |