Fix small typo in message strings (#778)

This commit is contained in:
smilin-desperado 2016-07-20 07:30:06 +10:00 committed by Maxime Beauchemin
parent 2b237f483f
commit 7306b9caaa
7 changed files with 383 additions and 383 deletions

View File

@ -208,7 +208,7 @@ new language dictionary, run the following command:
pybabel init -i ./babel/messages.pot -d caravel/translations -l es
Then it's a matter of running the statement bellow to gather all stings that
Then it's a matter of running the statement below to gather all stings that
need translation
fabmanager babel-extract --target caravel/translations/

View File

@ -396,7 +396,7 @@ msgstr ""
msgid ""
"The time column for the visualization. Note that you can define arbitrary"
" expression that return a DATETIME column in the table editor. Also note "
"that the filter bellow is applied against this column or expression"
"that the filter below is applied against this column or expression"
msgstr ""
#: caravel/forms.py:414

View File

@ -409,7 +409,7 @@ class FormFactory(object):
"The time column for the visualization. Note that you "
"can define arbitrary expression that return a DATETIME "
"column in the table editor. Also note that the "
"filter bellow is applied against this column or "
"filter below is applied against this column or "
"expression")
}),
'resample_rule': (FreeFormSelectField, {

View File

@ -397,7 +397,7 @@ msgstr ""
msgid ""
"The time column for the visualization. Note that you can define arbitrary"
" expression that return a DATETIME column in the table editor. Also note "
"that the filter bellow is applied against this column or expression"
"that the filter below is applied against this column or expression"
msgstr ""
#: caravel/forms.py:414

View File

@ -397,7 +397,7 @@ msgstr ""
msgid ""
"The time column for the visualization. Note that you can define arbitrary"
" expression that return a DATETIME column in the table editor. Also note "
"that the filter bellow is applied against this column or expression"
"that the filter below is applied against this column or expression"
msgstr ""
#: caravel/forms.py:414

View File

@ -398,7 +398,7 @@ msgstr ""
msgid ""
"The time column for the visualization. Note that you can define arbitrary"
" expression that return a DATETIME column in the table editor. Also note "
"that the filter bellow is applied against this column or expression"
"that the filter below is applied against this column or expression"
msgstr ""
#: caravel/forms.py:414

File diff suppressed because it is too large Load Diff