From a505d884522ed0ebf11289d9e5dd15dbec4c2c2e Mon Sep 17 00:00:00 2001 From: scribblypanda Date: Sun, 11 Jan 2015 20:17:36 -0500 Subject: [PATCH] added translatable strings for display name description --- locales/en/character.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/en/character.json b/locales/en/character.json index 948d6c13b3..913705ebf2 100644 --- a/locales/en/character.json +++ b/locales/en/character.json @@ -129,5 +129,8 @@ "youCast": "You cast <%= spell %>.", "youCastTarget": "You cast <%= spell %> on <%= target %>.", "youCastParty": "You cast <%= spell %> for the party.", - "critBonus": "Critical Hit! Bonus: " + "critBonus": "Critical Hit! Bonus: ", + "displayNameDescription1": "(This is what appears in messages you post in the Tavern, guilds, and party chat, along with what is displayed on your avatar. Click", + "displayNameDescription2": "here", + "displayNameDescription3": "if you are trying to edit your login name.)" }