diff --git a/resources/QuickChat.json b/resources/QuickChat.json index fd06c2859..7da9bdf0d 100644 --- a/resources/QuickChat.json +++ b/resources/QuickChat.json @@ -237,6 +237,10 @@ { "key": "stop_trading", "requiresPlayer": true + }, + { + "key": "stop_trading_all", + "requiresPlayer": false } ] } diff --git a/resources/lang/en.json b/resources/lang/en.json index 60754c189..696c4bd0c 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -686,7 +686,8 @@ "mirv_ready": "[P1] has enough gold to launch a MIRV!", "snowballing": "[P1] is snowballing too fast!", "cheating": "[P1] is cheating!", - "stop_trading": "Stop trading with [P1]!" + "stop_trading": "Stop trading with [P1]!", + "stop_trading_all": "Please stop trading with all!" } }, "build_menu": {