Skip to content

Commit

Permalink
adjusted exit lobby confirm dialog text to reflext you are actuallt r…
Browse files Browse the repository at this point in the history
…eturning to desktop
  • Loading branch information
Ruwetuin committed Mar 24, 2024
1 parent 6c67731 commit 995c4c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/chobby/components/interface_root.lua
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function GetInterfaceRoot(optionsParent, mainWindowParent, fontFunction)
end

local function MakeExitPopup()
ConfirmationPopup(ExitSpring, "Are you sure you want to quit?", nil, 315, 200)
ConfirmationPopup(ExitSpring, i18n("exit_lobby_confirm"), nil, 315, 200)
return true
end

Expand Down
2 changes: 2 additions & 0 deletions LuaMenu/widgets/chobby/i18n/chililobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ return {
community = "Community",
report_a_bug = "Report A Bug",
benchmark = "Benchmark",
exit_lobby_confirm = "Exit lobby and return to desktop. Are you sure?",
["exit"] = "Exit",
matchMaking = "Matchmaking",
finding_match = "Finding Match",
Expand Down Expand Up @@ -421,6 +422,7 @@ return {
instruction = "Anleitung",
community = "Gemeinschaft",
report_a_bug = "Fehler melden",
exit_lobby_confirm = "Verlassen Sie die Lobby und kehren Sie zum Desktop zurück. Bist du sicher?",
["exit"] = "Exit",
matchMaking = "Spielvermittlung",
finding_match = "Suche nach Spielen",
Expand Down

0 comments on commit 995c4c2

Please sign in to comment.