diff --git a/locale/chinese.json b/locale/chinese.json index 5286e7db..b3636ef5 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/english.json b/locale/english.json index 5f68c88e..b7f6d5bd 100644 --- a/locale/english.json +++ b/locale/english.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/polish.json b/locale/polish.json index e38d5e1f..5057588a 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -393,5 +393,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/russian.json b/locale/russian.json index 82a535d2..c5e92804 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -392,5 +392,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" } diff --git a/locale/spanish.json b/locale/spanish.json index 7562b925..795432a1 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -397,5 +397,6 @@ "InvalidSkin": "That skin is invalid!", "HeaderInteriorTypes": "Interiors List", "ViewInventoryKeyPressTip": "Press {1} to see your items", - "ViewInventoryCommandTip": "Use {1} to see your items" + "ViewInventoryCommandTip": "Use {1} to see your items", + "GUIAccountSettingToggle": "You have turned {1} GUI" }