mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Qt: adjust wording for updates
This commit is contained in:
parent
e951c619c5
commit
eacf5a3813
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ bool update_manager::handle_json(bool automatic, bool check_only, bool auto_acce
|
||||||
}
|
}
|
||||||
else
|
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(current["version"].toString())
|
||||||
.arg(cur_str)
|
.arg(cur_str)
|
||||||
.arg(latest["version"].toString())
|
.arg(latest["version"].toString())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue