Skip to content

Commit

Permalink
Reword the string "pref_failed_to_sync" (#4134)
Browse files Browse the repository at this point in the history
This changes one word in the string `pref_failed_to_sync` in the file
`values/strings.xml`.

See my reasoning here #4133 

"Failed to sync settings" changes to "Failed to sync preferences".
  • Loading branch information
fin-w authored Dec 5, 2023
1 parent 5dbdce2 commit 390ae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<string name="pref_default_post_language">Default posting language</string>
<string name="pref_default_media_sensitivity">Always mark media as sensitive</string>
<string name="pref_publishing">Publishing (synced with server)</string>
<string name="pref_failed_to_sync">Failed to sync settings</string>
<string name="pref_failed_to_sync">Failed to sync preferences</string>

<string name="pref_main_nav_position">Main navigation position</string>
<string name="pref_main_nav_position_option_top">Top</string>
Expand Down

0 comments on commit 390ae00

Please sign in to comment.