Skip to content

Commit

Permalink
Change "system default" string for consistency
Browse files Browse the repository at this point in the history
Use the same string as the Android language selector
  • Loading branch information
emanuele-f committed Sep 2, 2024
1 parent 883e99d commit 6d6e7e0
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 @@ -118,7 +118,7 @@
<string name="other_prefs">Other</string>
<string name="app_language">App language</string>
<string name="lang_english">English</string>
<string name="system_default">System</string>
<string name="system_default">System default</string>
<string name="no_activity_file_selection">No app found to handle file selection</string>
<string name="file_saved_with_name">File saved as \"%1$s\"</string>
<string name="theme_light">Light</string>
Expand Down

0 comments on commit 6d6e7e0

Please sign in to comment.