consistent rename cLAN -> Clan

This commit is contained in:
Jörg Thalheim
2024-05-27 15:54:17 +02:00
committed by Mic92
parent e3627d9bdd
commit 2c8e231bb2
9 changed files with 25 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ log = logging.getLogger(__name__)
class MainWindow(Adw.ApplicationWindow):
def __init__(self, config: ClanConfig) -> None:
super().__init__()
self.set_title("cLAN Manager")
self.set_title("Clan Manager")
self.set_default_size(980, 850)
overlay = ToastOverlay.use().overlay