Skip to content

Commit 7c5f9c4

Browse files
committed
Change capitalization of 'Studenata Elektrotehnike' to 'studenata elektrotehnike'
1 parent 810e9dd commit 7c5f9c4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

conf/locale/en/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ msgstr "Croatian"
4848
msgid "English"
4949
msgstr "English"
5050

51-
#. Translators: Klub Studenata Elektrotehnike
51+
#. Translators: Klub studenata elektrotehnike
5252
#: kset/templates/404.html:31 kset/templates/club.html:8
5353
#: kset/templates/index.html:42 kset/templates/newsletter.html:99
5454
msgid "description-short"
55-
msgstr "Klub Studenata Elektrotehnike"
55+
msgstr "Klub studenata elektrotehnike"
5656

5757
#. Translators: NASLOVNICA
5858
#: kset/templates/404.html:56 kset/templates/index.html:90

conf/locale/hr/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ msgstr "Hrvatski"
5050
msgid "English"
5151
msgstr "Engleski"
5252

53-
#. Translators: Klub Studenata Elektrotehnike
53+
#. Translators: Klub studenata elektrotehnike
5454
#: kset/templates/404.html:31 kset/templates/club.html:8
5555
#: kset/templates/index.html:42 kset/templates/newsletter.html:99
5656
msgid "description-short"
57-
msgstr "Klub Studenata Elektrotehnike"
57+
msgstr "Klub studenata elektrotehnike"
5858

5959
#. Translators: NASLOVNICA
6060
#: kset/templates/404.html:56 kset/templates/index.html:90

feed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class RssProgramFeed(Feed):
1010
title = "www.KSET.org"
1111
link = "http://www.kset.org/"
12-
description = "Klub Studenata Elektrotehnike - Program"
12+
description = "Klub studenata elektrotehnike - Program"
1313
description_template = "templates/feed_description.html"
1414

1515
def item_pubdate(self, obj):

kset/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% block extrahead %}
77
<meta property="og:url" content="http://www.kset.org/" />
88
<meta property="og:title" content="www.KSET.org" />
9-
<meta property="og:description" content="Klub Studenata Elektrotehnike" />
9+
<meta property="og:description" content="Klub studenata elektrotehnike" />
1010
<meta property="og:image" content="http://www.kset.org/{{ STATIC_URL }}frontend/images/kset_logo.png" />
1111

1212
<meta property="og:latitude" content="45.80154"/>

kset/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta property="og:type" content="website"/>
99
<meta property="og:url" content="{{ request.build_absolute_uri }}"/>
1010
<meta property="og:title" content="www.KSET.org"/>
11-
<meta property="og:description" content="Klub Studenata Elektrotehnike"/>
11+
<meta property="og:description" content="Klub studenata elektrotehnike"/>
1212
<meta property="og:image" content="{{ BASE_URL }}{{ STATIC_URL }}frontend/images/kset2.png"/>
1313

1414
<meta property="og:latitude" content="45.80154"/>
@@ -40,7 +40,7 @@
4040
<link rel="icon" type="image/vnd.microsoft.icon" href="{{ STATIC_URL }}frontend/images/favicon.ico"/>
4141
<link rel="icon" type="image/png" href="{{ STATIC_URL }}frontend/images/favicon.png"/>
4242

43-
{# Translators: Klub Studenata Elektrotehnike #}
43+
{# Translators: Klub studenata elektrotehnike #}
4444
<title>KSET.org{% block title %} - {% trans "description-short" %} {% endblock %}</title>
4545

4646
{% block feeds %}

0 commit comments

Comments
 (0)