From: Radek Czajka Date: Mon, 18 Nov 2013 13:35:14 +0000 (+0100) Subject: minor change in shop form X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/f097b79baff0a021c4204124271181a610ec4068 minor change in shop form --- diff --git a/shop/forms.py b/shop/forms.py index fedd152..bed435c 100644 --- a/shop/forms.py +++ b/shop/forms.py @@ -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ę regulamin sklepu.''') diff --git a/shop/locale/pl/LC_MESSAGES/django.mo b/shop/locale/pl/LC_MESSAGES/django.mo index 7ed860b..c19e1f4 100644 Binary files a/shop/locale/pl/LC_MESSAGES/django.mo and b/shop/locale/pl/LC_MESSAGES/django.mo differ diff --git a/shop/locale/pl/LC_MESSAGES/django.po b/shop/locale/pl/LC_MESSAGES/django.po index 1ba5aa4..9aaa7ba 100644 --- a/shop/locale/pl/LC_MESSAGES/django.po +++ b/shop/locale/pl/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \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"