diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 128b335ec..b88d44d97 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -10,7 +10,7 @@ android { minSdk 23 targetSdk 33 versionCode 84 - versionName "2.2.4" + versionName "2.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fa-rIR", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "ig-rNG", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "my-rMM", "nl-rNL", "no-rNO", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "ur-rIN", "vi-rVN", "zh-rCN", "zh-rTW" } diff --git a/mastodon/src/main/res/values/strings.xml b/mastodon/src/main/res/values/strings.xml index 4adb83ba2..c5eee4a34 100644 --- a/mastodon/src/main/res/values/strings.xml +++ b/mastodon/src/main/res/values/strings.xml @@ -672,7 +672,7 @@ Mute user? They won’t know they’ve been muted. They can still see your posts, but you won’t see theirs. - You won’t see mentions to them. + You won’t see posts that mention them. They can mention and follow you, but you won’t see them. Unmuted %s Block user? @@ -683,10 +683,10 @@ Block domain? Block server Block %s instead - They won’t know they’ve been blocked. + You won’t see posts or notifications from users on this server. You won’t see any posts from users on this server. Your followers from this server will be removed. - Nobody from this server can mention or follow you. + Nobody from this server can follow you. People from this server can interact with your old posts. Unblocked domain %s \ No newline at end of file