Skip to content

Commit

Permalink
Change link
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev committed Dec 1, 2023
1 parent 251ba38 commit 3f8fe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/findsubtitles/findsubtitleswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void FindSubtitlesWindow::retranslateStrings() {
#endif

credits_label->setText("<i>"+ tr("Subtitles service powered by %1")
.arg("<a href=\"http://www.opensubtitles.org\">www.OpenSubtitles.org</a>") + "</i>");
.arg("<a href=\"http://www.opensubtitles.com\">www.OpenSubtitles.com</a>") + "</i>");
}

void FindSubtitlesWindow::setMovie(QString filename) {
Expand Down

0 comments on commit 3f8fe6a

Please sign in to comment.