[damned-lies] Fixed Typo (Fixes #596152)
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [damned-lies] Fixed Typo (Fixes #596152)
- Date: Thu, 24 Sep 2009 07:31:01 +0000 (UTC)
commit e3b3c2b633703b2d59673464d0d0af4952a33c71
Author: Claude Paroz <claude 2xlibre net>
Date: Thu Sep 24 09:30:45 2009 +0200
Fixed Typo (Fixes #596152)
vertimus/forms.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vertimus/forms.py b/vertimus/forms.py
index d102940..ff33b97 100644
--- a/vertimus/forms.py
+++ b/vertimus/forms.py
@@ -68,7 +68,7 @@ class ActionForm(forms.Form):
cleaned_data = self.cleaned_data
action_code = cleaned_data.get('action')
if action_code is None:
- raise forms.ValidationError(_("Unvalid action. Someone probably posted another action just before you."))
+ raise forms.ValidationError(_("Invalid action. Someone probably posted another action just before you."))
action = ActionAbstract.new_by_name(action_code)
comment = cleaned_data.get('comment')
file = cleaned_data.get('file')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]