From 14a4bfd0cb13f36ccc3b1f95c7b07aba030e98f0 Mon Sep 17 00:00:00 2001 From: ShilohT Date: Mon, 10 Nov 2014 02:11:04 -0500 Subject: [PATCH] Update settings.json Added definitions for new 'Data' menu item --- locales/en/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/en/settings.json b/locales/en/settings.json index f5395c6048..c6dda78e2d 100644 --- a/locales/en/settings.json +++ b/locales/en/settings.json @@ -69,5 +69,7 @@ "fillAll": "Please fill out all fields", "passSuccess": "Password successfully changed", "usernameSuccess": "Username successfully changed", - "difficulty": "Difficulty" + "difficulty": "Difficulty", + "data": "Data", + "exportData": "Export Data" }