From 384c3c3f8297494ded5070e5c3f9530bf668186f Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Sun, 3 Mar 2024 18:09:54 +0100 Subject: [PATCH] fix typos --- melon/playlist/__init__.py | 4 ++-- po/de.po | 6 +++--- po/melon.pot | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/melon/playlist/__init__.py b/melon/playlist/__init__.py index 9abfce2..1c43eae 100644 --- a/melon/playlist/__init__.py +++ b/melon/playlist/__init__.py @@ -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) diff --git a/po/de.po b/po/de.po index 3c57d91..f014f83 100644 --- a/po/de.po +++ b/po/de.po @@ -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 \n" "Language-Team: German \n" "Language-Team: LANGUAGE \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 -- 2.38.5