Mercurial > projects > package-update-indicator
diff pui-application.c @ 16:6304dbbedb67
Fix typo in notification message
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sat, 08 Dec 2018 08:29:20 +0100 |
parents | f783ba95ec4a |
children | 73081cc299f5 |
line wrap: on
line diff
--- a/pui-application.c Sat Jul 14 22:07:42 2018 +0200 +++ b/pui-application.c Sat Dec 08 08:29:20 2018 +0100 @@ -237,10 +237,10 @@ "Software Updates", (gulong)normal_updates)); if (normal_updates == 1) { body = g_strdup(_("There is a software update " - "avaliable.")); + "available.")); } else { body = g_strdup_printf(_("There are %u " - "software updates avaliable."), normal_updates); + "software updates available."), normal_updates); } break; case PUI_STATE_IMPORTANT_UPDATES_AVAILABLE: