From 2d06b37b45d3ba1ba224f63855631147c82cc103 Mon Sep 17 00:00:00 2001 From: cain-ish Date: Mon, 15 Feb 2016 12:07:03 +0100 Subject: [PATCH] zmiana w menu na katalog.edukacjamedialna --- edumed/locale/pl/LC_MESSAGES/django.po | 8 ++++---- edumed/templates/base_mil.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/edumed/locale/pl/LC_MESSAGES/django.po b/edumed/locale/pl/LC_MESSAGES/django.po index 8175f7c..c35be11 100644 --- a/edumed/locale/pl/LC_MESSAGES/django.po +++ b/edumed/locale/pl/LC_MESSAGES/django.po @@ -81,13 +81,13 @@ msgid "Forum search" msgstr "Szukaj na forum" #: templates/base_mil.html:9 -msgid "Consultations" -msgstr "Konsultacje" - -#: templates/base_mil.html:10 msgid "About Catalogue" msgstr "O katalogu" +#: templates/base_mil.html:10 +msgid "Competencies" +msgstr "Kompetencje" + #: templates/base_mil.html:11 msgid "Take Part" msgstr "Weź udział" diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 5abc21d..2523f13 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -13,8 +13,8 @@ {% endblock %} {% block top_navigation %} -
  • {% trans 'Consultations' %}
  • -
  • {% trans 'About Catalogue' %}
  • +
  • {% trans 'About Catalogue' %}
  • +
  • {% trans 'Competencies' %}
  • {% comment %}
  • {% trans 'Take Part' %}
  • {% endcomment %} {% if request.LANGUAGE_CODE == 'pl' %}
  • Baza wiedzy
  • -- 2.20.1