From 0328c4e876118588064188fbcf91aae043106767 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 3 Jan 2023 21:07:04 +0100 Subject: [PATCH] Convert "title case" strings to "sentence case" (#3132) Tusky mostly uses (correctly, per Android style guide) sentence case (i.e., a single initial capital letter) in strings like "Scheduled posts" or "Muted users". But there are a few instances of title case (i.e., each initial letter is capitalised) that have crept in ("Account Preferences", "Log Out", "Follow Requests", etc). Convert them to sentence case. --- app/src/main/res/values-en-rGB/strings.xml | 2 +- app/src/main/res/values/strings.xml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml index 434160e76..975a2adb9 100644 --- a/app/src/main/res/values-en-rGB/strings.xml +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -36,7 +36,7 @@ The upload failed. Bookmarks That file could not be opened. - Direct Messages + Direct messages Followers The post is too long! An error occurred. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 147bf27ae..33b880633 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -34,7 +34,7 @@ Notifications Local Federated - Direct Messages + Direct messages Tabs Thread Posts @@ -48,13 +48,13 @@ Blocked users Hidden domains Re-login for push notifications - Follow Requests + Follow requests Edit your profile Drafts Scheduled posts Announcements Licenses - Followed Hashtags + Followed hashtags Edits \@%s @@ -96,8 +96,8 @@ Remove bookmark More Compose - Login with Mastodon - Log Out + Log in with Mastodon + Log out Are you sure you want to log out of the account %1$s? Follow Unfollow @@ -118,13 +118,13 @@ Close Profile Preferences - Account Preferences + Account preferences Favorites Bookmarks Muted users Blocked users Hidden domains - Follow Requests + Follow requests Media Open in browser Add media @@ -256,7 +256,7 @@ a post I\'ve interacted with is edited there\'s a new report Appearance - App Theme + App theme Timelines Filters @@ -318,7 +318,7 @@ Notifications about new mentions New Followers Notifications about new followers - Follow Requests + Follow requests Notifications about follow requests Boosts Notifications when your posts get boosted @@ -695,7 +695,7 @@ Saving draft… Re-login all accounts to enable push notification support. - In order to use push notifications via UnifiedPush, Tusky needs permission to subscribe to notifications on your Mastodon server. This requires a re-login to change the OAuth scopes granted to Tusky. Using the re-login option here or in Account Preferences will preserve all of your local drafts and cache. + In order to use push notifications via UnifiedPush, Tusky needs permission to subscribe to notifications on your Mastodon server. This requires a re-login to change the OAuth scopes granted to Tusky. Using the re-login option here or in "Account preferences" will preserve all of your local drafts and cache. You have re-logged into your current account to grant push subscription permission to Tusky. However, you still have other accounts that have not been migrated this way. Switch to them and re-login one by one in order to enable UnifiedPush notifications support. %s (🔗 %s)