auto instead of automatic

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-11 20:13:21 +02:00 committed by GitHub
parent 8d2facab42
commit 6405f81307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ class AdwcustomizerMainWindow(Adw.ApplicationWindow):
self.monet_theme_row.set_title(_("Theme"))
store = Gtk.StringList()
store.append("Automatic")
store.append("Auto")
store.append("Dark")
store.append("Light")
self.monet_theme_row.set_model(store)