fixed typo

This commit is contained in:
Martin Wagner 2020-07-06 18:03:37 +02:00
parent b3a352330c
commit fee98a7a69

View File

@ -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()