From fee98a7a690c9f5785fe85a682051f457c3419ed Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Mon, 6 Jul 2020 18:03:37 +0200 Subject: [PATCH] fixed typo --- bin/mpdevil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpdevil.py b/bin/mpdevil.py index b85d045..eebe249 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -2543,7 +2543,7 @@ class ProfileSettings(Gtk.Grid): # adding vars self.settings=settings - self.gui_modification=False # indicates whether the settings where changed from the settings dialog + self.gui_modification=False # indicates whether the settings were changed from the settings dialog # widgets self.profiles_combo=Gtk.ComboBoxText()