~comcloudway/melon

384c3c3f8297494ded5070e5c3f9530bf668186f — Jakob Meier 6 months ago bc2c135
fix typos
3 files changed, 8 insertions(+), 8 deletions(-)

M melon/playlist/__init__.py
M po/de.po
M po/melon.pot
M melon/playlist/__init__.py => melon/playlist/__init__.py +2 -2
@@ 114,7 114,7 @@ class LocalPlaylistScreen(Adw.NavigationPage):
        # to manually close the dialog
        # without applying changes
        bottom_bar = Gtk.Box()
        btn_cancel = IconButton(_("Close"), "process-stop-symbolic", tooltip=_("Close without chaning anything"))
        btn_cancel = IconButton(_("Close"), "process-stop-symbolic", tooltip=_("Close without changing anything"))
        btn_cancel.connect(
            "clicked",
            lambda x: self.edit_diag.hide())


@@ 147,7 147,7 @@ class LocalPlaylistScreen(Adw.NavigationPage):
        self.dlt_diag.set_title(_("Delete Playlist"))

        info = Adw.PreferencesGroup()
        info.set_title(_("Do you really wan't to delete this playlist?"))
        info.set_title(_("Do you really want to delete this playlist?"))
        info.set_description(_("This cannot be undone"))
        self.dlt_diag.set_widget(info)


M po/de.po => po/de.po +3 -3
@@ 7,7 7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Melon 0.1.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-03 17:38+0100\n"
"POT-Creation-Date: 2024-03-03 18:09+0100\n"
"PO-Revision-Date: 2024-03-01 11:23+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: German <https://translate.codeberg.org/projects/melon/melon-"


@@ 358,11 358,11 @@ msgid "Close"
msgstr ""

#: ../melon/playlist/__init__.py:117
msgid "Close without chaning anything"
msgid "Close without changing anything"
msgstr ""

#: ../melon/playlist/__init__.py:150
msgid "Do you really wan't to delete this playlist?"
msgid "Do you really want to delete this playlist?"
msgstr ""

#: ../melon/playlist/__init__.py:151

M po/melon.pot => po/melon.pot +3 -3
@@ 8,7 8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Melon 0.1.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-03 17:38+0100\n"
"POT-Creation-Date: 2024-03-03 18:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"


@@ 350,11 350,11 @@ msgid "Close"
msgstr ""

#: ../melon/playlist/__init__.py:117
msgid "Close without chaning anything"
msgid "Close without changing anything"
msgstr ""

#: ../melon/playlist/__init__.py:150
msgid "Do you really wan't to delete this playlist?"
msgid "Do you really want to delete this playlist?"
msgstr ""

#: ../melon/playlist/__init__.py:151