From 81c405cfa399a4f60a404a122c857fe93006dbf3 Mon Sep 17 00:00:00 2001 From: Daniel Steglich Date: Mon, 23 Feb 2015 12:23:18 +0000 Subject: [PATCH] fixed typo within error message --- plinth/modules/dynamicdns/dynamicdns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/dynamicdns/dynamicdns.py b/plinth/modules/dynamicdns/dynamicdns.py index dc05f5153..69157f372 100644 --- a/plinth/modules/dynamicdns/dynamicdns.py +++ b/plinth/modules/dynamicdns/dynamicdns.py @@ -252,7 +252,7 @@ def _apply_changes(request, old_status, new_status): _('Dynamic DNS configuration is updated!')) else: messages.error(request, - _('At least on failure occured,\ + _('At least one failure occured,\ please check your input.'))