From b4acf18f9e0e9a6c18fb9cd932bac997c4d5de5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedek=20D=C3=A9v=C3=A9nyi?= Date: Sun, 22 Sep 2024 22:16:54 +0200 Subject: [PATCH] Fix incorrect header and senctence capitalization (#963) --- cozy/ui/file_not_found_dialog.py | 2 +- data/ui/main_window.blp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cozy/ui/file_not_found_dialog.py b/cozy/ui/file_not_found_dialog.py index bd746217..13539693 100644 --- a/cozy/ui/file_not_found_dialog.py +++ b/cozy/ui/file_not_found_dialog.py @@ -15,7 +15,7 @@ def __init__(self, chapter: Chapter): self.missing_chapter = chapter super().__init__( - heading=_("File Not Found"), + heading=_("File not Found"), body=_("This file could not be found. Do you want to locate it manually?"), default_response="locate", close_response="cancel", diff --git a/data/ui/main_window.blp b/data/ui/main_window.blp index 540a2a36..f4765d94 100644 --- a/data/ui/main_window.blp +++ b/data/ui/main_window.blp @@ -25,7 +25,7 @@ Adw.ApplicationWindow app_window { Adw.StatusPage { icon-name: 'library-symbolic'; - title: _("Drop Audio Books Here to Add Them to Your Library"); + title: _("Drop audiobooks here to add them to your library"); styles [ "drag-overlay-status-page", @@ -178,7 +178,7 @@ Adw.ApplicationWindow app_window { child: Adw.StatusPage { icon-name: 'library-symbolic'; - title: _("No Recent Books Yet"); + title: _("No Recent Books yet"); description: _("Explore your library by switching to the Author or Reader view"); }; } @@ -235,8 +235,8 @@ Adw.ApplicationWindow app_window { content: Adw.StatusPage welcome_status_page { icon-name: 'com.github.geigi.cozy'; - title: _("Let's get cozy"); - description: _("Select a Folder, or Drag Audiobooks Here to Add Them to Your Library"); + title: _("Let's Get Cozy"); + description: _("Select a folder, or drop audiobooks here to add them to your library"); }; }; }