Skip to content

Commit fc93d93

Browse files
digant73Megamouse
authored andcommitted
Swap PR number with PR text in update manager
1 parent 3cbf9b8 commit fc93d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/rpcs3qt/update_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ void update_manager::update(bool auto_accept, bool is_first_call)
388388

389389
if (entry.pr > 0)
390390
{
391-
entry_html = tr("&nbsp;&nbsp;&bull; %0: %1 (<a href=\"https://github.com/RPCS3/rpcs3/pull/%2\">#%2</a>)").arg(version_str, title_str, QString::number(entry.pr));
391+
entry_html = tr("&nbsp;&nbsp;&bull; %0 (<a href=\"https://github.com/RPCS3/rpcs3/pull/%1\">#%1</a>): %2").arg(version_str, QString::number(entry.pr), title_str);
392392
}
393393
else
394394
{

0 commit comments

Comments
 (0)