Skip to content

Commit

Permalink
Standardise strings (#4816)
Browse files Browse the repository at this point in the history
Now all references to "moderators" uses the plural form, and the app
settings are always referred to as "preferences".
  • Loading branch information
fin-w authored Dec 22, 2024
1 parent 20cb384 commit a9d212e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
<string name="report_remote_instance">Forward to %1$s</string>
<string name="failed_report">Failed to report</string>
<string name="failed_fetch_posts">Failed to fetch posts</string>
<string name="report_description_1">The report will be sent to your server moderator. You can provide an explanation of why you are reporting this account below:</string>
<string name="report_description_1">The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:</string>
<string name="report_description_remote_instance">The account is from another server. Send an anonymized copy of the report there as well?</string>
<string name="title_accounts">Accounts</string>
<string name="failed_search">Failed to search</string>
Expand Down Expand Up @@ -890,7 +890,7 @@
<string name="filtered_notifications_title">Filtered Notifications</string>
<string name="accept_notification_request">Accept notification request</string>
<string name="dismiss_notification_request">Dismiss notification request</string>
<string name="open_settings">Open settings</string>
<string name="open_settings">Open preferences</string>
<string name="notifications_from">Notifications from %1$s</string>
<string name="action_accept_notification_request">Accept</string>
<string name="action_dismiss_notification_request">Dismiss</string>
Expand Down

0 comments on commit a9d212e

Please sign in to comment.