Skip to content

Commit d72057a

Browse files
committed
Change option title in dropdown
1 parent a9c9e87 commit d72057a

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

lunes_cms/cms/admins/discipline_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def make_unreleased(self, request, queryset):
281281
"""
282282
queryset.update(released=False)
283283

284-
@admin.action(description=_("Export to CSV"))
284+
@admin.action(description=_("Export all vocabulary for this discipline to CSV"))
285285
def make_export_to_CSV(self, request, queryset):
286286
"""
287287
Export the documents of the selected disciplines.

lunes_cms/locale/de/LC_MESSAGES/django.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10+
<<<<<<< HEAD
1011
"POT-Creation-Date: 2024-05-06 10:40+0000\n"
12+
=======
13+
"POT-Creation-Date: 2024-05-14 14:37+0000\n"
14+
>>>>>>> 241619b (Change option title in dropdown)
1115
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1216
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1317
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -63,9 +67,15 @@ msgstr "Ausgewählte Modulgruppen veröffentlichen"
6367
msgid "Unrelease selected disciplines"
6468
msgstr "Ausgewählte Modulgruppen zurückhalten"
6569

70+
<<<<<<< HEAD
6671
#: cms/admins/discipline_admin.py:277
6772
msgid "export to CSV"
6873
msgstr ""
74+
=======
75+
#: cms/admins/discipline_admin.py:284
76+
msgid "Export all vocabulary for this discipline to CSV"
77+
msgstr "Alle Vokabeln dieser Modulgruppe als CSV exportieren"
78+
>>>>>>> 241619b (Change option title in dropdown)
6979

7080
#: cms/admins/discipline_admin.py:337
7181
msgid "released modules"
@@ -599,8 +609,8 @@ msgstr "Willkommen bei der Vokabelverwaltung von Lunes!"
599609
msgid "help"
600610
msgstr "Hilfe"
601611

602-
#~ msgid "article"
603-
#~ msgstr "Artikel"
612+
#~ msgid "Export to CSV"
613+
#~ msgstr "Als CSV exportieren"
604614

605615
#~ msgid "assigned & unassigned"
606616
#~ msgstr "Zugewiesen & unzugewiesen"

0 commit comments

Comments
 (0)