Skip to content

Commit

Permalink
[CoverPage.qml] Fix string and run lupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 committed Apr 12, 2024
1 parent 4f7dee5 commit 9bf5f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qml/pages/CoverPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
12 changes: 6 additions & 6 deletions translations/flowplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="95"/>
<location filename="../qml/pages/AboutPage.qml" line="96"/>
<source>If you want to create a new translation or improve an extant one:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="118"/>
<location filename="../qml/pages/AboutPage.qml" line="119"/>
<source>You can support the original author of FlowPlayer by donating:</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -219,7 +219,7 @@
<name>CoverPage</name>
<message>
<location filename="../qml/pages/CoverPage.qml" line="35"/>
<source>Cover no found</source>
<source>Cover not found</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down Expand Up @@ -333,7 +333,7 @@
</message>
<message>
<location filename="../qml/pages/FullAlbumSearch.qml" line="134"/>
<source>There&apos;s no missing covers in your music collection</source>
<source>There are no missing covers in your music collection</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down Expand Up @@ -1373,7 +1373,7 @@
<location filename="../src/utils.cpp" line="291"/>
<location filename="../src/utils.cpp" line="320"/>
<location filename="../src/utils.cpp" line="344"/>
<source>No lyrics founded</source>
<source>No lyrics found</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand All @@ -1383,7 +1383,7 @@
</message>
<message>
<location filename="../src/utils.cpp" line="235"/>
<source>Album cover not founded</source>
<source>Album cover not found</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down

0 comments on commit 9bf5f53

Please sign in to comment.