Skip to content

Commit d0c6a5f

Browse files
committed
chore: use sentence case in settings and remove ampersand
1 parent 2061435 commit d0c6a5f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<string name="okay">OK</string>
7979
<string name="finished">Finished</string>
8080
<string name="history">History</string>
81-
<string name="search_history">Search History</string>
81+
<string name="search_history">Search history</string>
8282
<string name="clear_history">Clear history</string>
8383
<string name="music_songs">YT Music Songs</string>
8484
<string name="music_videos">YT Music Videos</string>
@@ -190,7 +190,7 @@
190190
<string name="deleteAccount_summary">Delete your Piped account</string>
191191
<string name="account">Account</string>
192192
<string name="restore">Restore</string>
193-
<string name="watch_history">Watch History</string>
193+
<string name="watch_history">Watch history</string>
194194
<string name="watch_positions">Remember position</string>
195195
<string name="auth_instance">Authentication instance</string>
196196
<string name="auth_instance_summary">Use a different instance for authenticated calls</string>
@@ -269,14 +269,14 @@
269269
<string name="take_a_break">Time to take a break</string>
270270
<string name="yt_shorts">Shorts</string>
271271
<string name="no_subtitles_available">No subtitles available</string>
272-
<string name="repeat_mode">Repeat Mode</string>
272+
<string name="repeat_mode">Repeat mode</string>
273273
<string name="resize_mode_fit">Fit</string>
274274
<string name="resize_mode_fill">Fill</string>
275275
<string name="resize_mode_zoom">Zoom</string>
276276
<string name="repeat_mode_none">None</string>
277277
<string name="repeat_mode_current">Current</string>
278278
<string name="repeat_mode_all">Repeat all</string>
279-
<string name="backup_restore">Backup &amp; restore</string>
279+
<string name="backup_restore">Backup and restore</string>
280280
<string name="backup">Backup</string>
281281
<string name="picture_in_picture">Picture-in-Picture</string>
282282
<string name="pip">PiP</string>
@@ -285,7 +285,7 @@
285285
<string name="copied_to_clipboard">Copied to clipboard</string>
286286
<string name="open_copied">Open</string>
287287
<string name="legacy_subscriptions">Legacy subscriptions view</string>
288-
<string name="device_info">Device Info</string>
288+
<string name="device_info">Device info</string>
289289
<string name="audio_video_summary">Quality and format</string>
290290
<string name="delete">Delete from downloads</string>
291291
<string name="delete_all">All downloads will be deleted!</string>
@@ -297,7 +297,7 @@
297297
<string name="skip_segment">Skip segment</string>
298298
<string name="local_subscriptions">Local subscriptions</string>
299299
<string name="preferences">Preferences</string>
300-
<string name="backup_customInstances">Custom Instances</string>
300+
<string name="backup_customInstances">Custom instances</string>
301301
<string name="play_next">Play next</string>
302302
<string name="navigation_bar">Navigation bar</string>
303303
<string name="change_region">Trending seems to be unavailable for the current region. Please select another in the settings.</string>
@@ -354,7 +354,7 @@
354354
<string name="defaults">Defaults</string>
355355
<string name="comments_disabled">Comments are disabled by the uploader.</string>
356356
<string name="no_comments_available">This video has no comments.</string>
357-
<string name="theme_monochrome">Minimalistic Monochrome</string>
357+
<string name="theme_monochrome">Minimalistic monochrome</string>
358358
<string name="captions_size">Captions size</string>
359359
<string name="double_tap_seek">Double tap to seek</string>
360360
<string name="double_tap_seek_summary">Tap twice at the left or right to rewind or forward the player position</string>
@@ -365,15 +365,15 @@
365365
<string name="export_playlist">Export playlist</string>
366366
<string name="import_watch_history">Import watch history</string>
367367
<string name="import_watch_history_desc">Please note that not everything will be imported due to YouTube\'s limited export data.</string>
368-
<string name="app_backup">App Backup</string>
369-
<string name="backup_restore_summary">Import &amp; export subscriptions, playlists, …</string>
368+
<string name="app_backup">App backup</string>
369+
<string name="backup_restore_summary">Import and export subscriptions, playlists, …</string>
370370
<string name="exportsuccess">Exported.</string>
371371
<string name="privacy_alert">Privacy alert</string>
372372
<string name="username_email">Using an email address as a username isn’t recommended. Proceed anyway?</string>
373373
<string name="proceed">Proceed</string>
374374
<string name="play_latest_videos">Play latest videos</string>
375375
<string name="nothing_selected">Nothing selected!</string>
376-
<string name="color_violet">Versatile Violet</string>
376+
<string name="color_violet">Versatile violet</string>
377377
<string name="failed_fetching_instances">Could not fetch available instances.</string>
378378
<string name="hide_watched_from_feed">Hide already watched videos</string>
379379
<string name="playlistUrl">Playlist URL</string>
@@ -450,7 +450,7 @@
450450
<string name="uploader_name">Uploader name</string>
451451
<string name="duration_span">Duration: %1$s</string>
452452
<string name="remove_watched_videos">Remove watched videos</string>
453-
<string name="no_fullscreen_resolution">No-Fullscreen resolution</string>
453+
<string name="no_fullscreen_resolution">No-fullscreen resolution</string>
454454
<string name="same_as_fullscreen">Same as fullscreen</string>
455455
<string name="playback_during_call">Continue playback during phone call</string>
456456
<string name="playback_during_call_summary">Note that this also affects the app to not handle any kind of audio focus anymore</string>

0 commit comments

Comments
 (0)