summaryrefslogtreecommitdiff
path: root/docs/_locale/ru_RU/LC_MESSAGES
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_locale/ru_RU/LC_MESSAGES')
-rw-r--r--docs/_locale/ru_RU/LC_MESSAGES/index.po2
-rw-r--r--docs/_locale/ru_RU/LC_MESSAGES/tutorial.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_locale/ru_RU/LC_MESSAGES/index.po b/docs/_locale/ru_RU/LC_MESSAGES/index.po
index c786f63..85ef785 100644
--- a/docs/_locale/ru_RU/LC_MESSAGES/index.po
+++ b/docs/_locale/ru_RU/LC_MESSAGES/index.po
@@ -71,7 +71,7 @@ msgid ""
"Install the latest stable release with ``pip install bottle``, "
"``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your "
"project directory. There are no hard [1]_ dependencies other than the Python"
-" standard library. Bottle runs with **Python 2.7 or 3.2+**."
+" standard library. Bottle runs with **Python 2.7 or 3.4+**."
msgstr ""
#: ../../index.rst:52
diff --git a/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po b/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
index b383bbf..439bdb0 100644
--- a/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
+++ b/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
@@ -56,7 +56,7 @@ msgstr ""
#: ../../tutorial.rst:47
msgid ""
-"Either way, you'll need Python 2.7 or newer (including 3.2+) to run bottle "
+"Either way, you'll need Python 2.7 or newer (including 3.4+) to run bottle "
"applications. If you do not have permissions to install packages system-wide"
" or simply don't want to, create a `virtualenv "
"<http://pypi.python.org/pypi/virtualenv>`_ first:"