Skip to content

Commit

Permalink
Cease mentioning taglib (#44)
Browse files Browse the repository at this point in the history
* [AboutPage.qml] Cease mentioning `taglib`

* [flowplayer.ts] Cease mentioning `taglib`
  • Loading branch information
Olf0 authored Feb 6, 2024
1 parent b46226a commit 88fe3aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 0 additions & 10 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ Page {
color: Theme.secondaryColor
}

Label {
text: colored + qsTr("Taglib is used for reading, writing and manipulating audio file tags:") +
"<br><a href='https://taglib.github.io/'>taglib.github.io</a>"
onLinkActivated: Qt.openUrlExternally(link)
font.pixelSize: Theme.fontSizeSmall
textFormat: Text.RichText
wrapMode: Text.WordWrap
width: parent.width
}

Label {
text: colored + qsTr("If you want to create a new translation or improve an extant one:") + "<br>" +
"<a href='https://app.transifex.com/olf/flowplayer/'>" + "Transifex - FlowPlayer</a>"
Expand Down
7 changes: 1 addition & 6 deletions translations/flowplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="95"/>
<source>Taglib is used for reading, writing and manipulating audio file tags:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="105"/>
<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="120"/>
<location filename="../qml/pages/AboutPage.qml" line="110"/>
<source>You can support the original author of FlowPlayer by donating:</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit 88fe3aa

Please sign in to comment.