Skip to content

Commit

Permalink
strings: Move sort_by_line_date to OuterTune section
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Dec 10, 2024
1 parent eed6164 commit 5333c96
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 @@ -113,7 +113,6 @@

<!-- Sort menu -->
<string name="sort_by_create_date">Date added</string>
<string name="sort_by_like_date">Date liked</string>
<string name="sort_by_name">Name</string>
<string name="sort_by_artist">Artist</string>
<string name="sort_by_year">Year</string>
Expand Down Expand Up @@ -334,6 +333,7 @@
<!-- Sort menu -->
<string name="sort_by_date_modified">Date modified</string>
<string name="sort_by_date_released">Date released</string>
<string name="sort_by_like_date">Date liked</string>

<!-- Dialog -->
<string name="play_count">Play count</string>
Expand Down

0 comments on commit 5333c96

Please sign in to comment.