minor change in shop form
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 18 Nov 2013 13:35:14 +0000 (14:35 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 18 Nov 2013 13:35:14 +0000 (14:35 +0100)
shop/forms.py
shop/locale/pl/LC_MESSAGES/django.mo
shop/locale/pl/LC_MESSAGES/django.po

index fedd152..bed435c 100644 (file)
@@ -17,7 +17,7 @@ class OrderForm(forms.Form):
         widget=NumberInput(attrs={'min': '1', 'step': '1', 'class': 'cost-items'}))
     name = forms.CharField(label=_("Name"))
     email = forms.EmailField(label=_("Contact e-mail"))
-    address = forms.CharField(label=_("Address"), widget=forms.Textarea)
+    address = forms.CharField(label=_("Shipping address"), widget=forms.Textarea)
 
     accept = forms.BooleanField(label=_("Accept terms"),
         help_text='''Akceptuję <a href='/info/regulamin-sklepu/'>regulamin sklepu</a>.''')
index 7ed860b..c19e1f4 100644 (file)
Binary files a/shop/locale/pl/LC_MESSAGES/django.mo and b/shop/locale/pl/LC_MESSAGES/django.mo differ
index 1ba5aa4..9aaa7ba 100644 (file)
@@ -7,10 +7,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-10-31 13:23+0100\n"
+"POT-Creation-Date: 2013-11-18 14:34+0100\n"
 "PO-Revision-Date: 2013-10-31 13:23+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -43,8 +44,8 @@ msgid "Contact e-mail"
 msgstr "E-mail kontaktowy"
 
 #: forms.py:20
-msgid "Address"
-msgstr "Adres"
+msgid "Shipping address"
+msgstr "Adres dostawy"
 
 #: forms.py:22
 msgid "Accept terms"