From 9bf5f53547a9d490f8f2e54c0748b66129443466 Mon Sep 17 00:00:00 2001 From: olf Date: Fri, 12 Apr 2024 02:49:40 +0200 Subject: [PATCH] [CoverPage.qml] Fix string and run `lupdate` --- qml/pages/CoverPage.qml | 2 +- translations/flowplayer.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qml/pages/CoverPage.qml b/qml/pages/CoverPage.qml index 55d5ddf..ebf2219 100644 --- a/qml/pages/CoverPage.qml +++ b/qml/pages/CoverPage.qml @@ -32,7 +32,7 @@ CoverBackground { //x: Theme.paddingMedium itemimg: playingRadio? currentSongInfo.imageurl : utils.thumbnail(currentSongInfo.artist, currentSongInfo.album) textSize: Theme.fontSizeSmall - text: playingRadio? currentSongInfo.name : qsTr("Cover no found") + text: playingRadio? currentSongInfo.name : qsTr("Cover not found") opacity: showBigCover? 0.4 : 1 } diff --git a/translations/flowplayer.ts b/translations/flowplayer.ts index f6f67c9..34e2024 100644 --- a/translations/flowplayer.ts +++ b/translations/flowplayer.ts @@ -19,12 +19,12 @@ - + If you want to create a new translation or improve an extant one: - + You can support the original author of FlowPlayer by donating: @@ -219,7 +219,7 @@ CoverPage - Cover no found + Cover not found @@ -333,7 +333,7 @@ - There's no missing covers in your music collection + There are no missing covers in your music collection @@ -1373,7 +1373,7 @@ - No lyrics founded + No lyrics found @@ -1383,7 +1383,7 @@ - Album cover not founded + Album cover not found