From ce48caa818e00b7eae4b4c1feae87f5eecd40825 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Sat, 10 Aug 2024 09:24:28 +0200 Subject: [PATCH] remove "default" from posting defaults preference names (#4602) This makes the interface less cluttered and matches Mastodon. The "default" is already in the preference group title, I think this is clear enough. Before: ![Screenshot_20240807_172653](https://github.com/user-attachments/assets/c72dde12-91b9-4c0e-b2a4-6802dfcf1925) After: ![Screenshot_20240807_172240](https://github.com/user-attachments/assets/538c89ec-648d-4ef1-8f78-5c2cf951a039) Mastodon: Screenshot 2024-08-07 at 17 21 11 --- app/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0fcdec95a..9c8f9f181 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -338,9 +338,9 @@ <not set> <invalid> - Default post privacy (synced with server) - Default posting language (synced with server) - Default reply privacy (not synced with server) + Post privacy (synced with server) + Posting language (synced with server) + Reply privacy (not synced with server) The pre-selected privacy will depend on the post you are replying to. Always mark media as sensitive (synced with server) Match default post privacy