Skip to content

Commit

Permalink
[FEATURE] Added link to contributors in the info box
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jul 13, 2024
1 parent 63a9522 commit 9626c0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pe-bear/gui/windows/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,9 @@ void MainWindow::info()
msg += tr("commit hash: ") + QString(COMMIT_HASH) + "<br/>";
}
#endif
msg += tr("author: Hasherezade") + " (<a href='" + QString(MY_SITE_LINK) + "'>" + tr("homepage") +"</a>)<br/>";
msg += tr("authors: Hasherezade") + " (<a href='" + QString(MY_SITE_LINK) + "'>" + tr("homepage") +"</a>) "
+ tr("and")
+ " <a href='" + QString("https://github.com/hasherezade/pe-bear/graphs/contributors") + "'>" + tr("contributors") +"</a><br/>";
msg += tr("Source code & more info:") + " <a href='" + QString(SOURCE_LINK) + "'>" + tr("here") +"</a><br/>";
msg += "<br/>";
msg += "<i>" + tr("using:") + "</i><br/>";
Expand Down

0 comments on commit 9626c0e

Please sign in to comment.