Skip to content

Commit

Permalink
Qt: adjust wording for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Feb 5, 2022
1 parent e951c61 commit eacf5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/rpcs3qt/update_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ bool update_manager::handle_json(bool automatic, bool check_only, bool auto_acce
}
else
{
m_update_message = tr("A new version of RPCS3 is available!\n\nCurrent version: %0 (%1)\nLatest version: %2 (%3)\nYour version is %4 old.\n\nDo you want to update?")
m_update_message = tr("A new version of RPCS3 is available!\n\nCurrent version: %0 (%1)\nLatest version: %2 (%3)\nYour version is %4 behind.\n\nDo you want to update?")
.arg(current["version"].toString())
.arg(cur_str)
.arg(latest["version"].toString())
Expand Down

0 comments on commit eacf5a3

Please sign in to comment.