From ef091b9932b533960458f8130aeb77732cbb97ec Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 20 May 2025 18:54:26 +0200 Subject: [PATCH] #1576 fixed title sort wording --- lib/l10n/app_en.arb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 50dafb3b1..035cbc41e 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -767,7 +767,7 @@ "sortByName": "By name", "sortByItemCount": "By item count", "sortBySize": "By size", - "sortByAlbumFileName": "By album & file name", + "sortByAlbumFileName": "By album & item title", "sortByRating": "By rating", "sortByDuration": "By duration", "sortByPath": "By path",