Merge pull request #5406 from GitHubSphinx/Sphinx-entry1

Rewording translation string error message
This commit is contained in:
Blade Barringer 2015-06-14 17:01:32 -05:00
commit 090ac94eec

View file

@ -29,7 +29,7 @@ module.exports =
try
_.template(string, (clonedVars))
catch e
'Error processing string. Please report to http://github.com/HabitRPG/habitrpg.'
'Error processing the string. Please see Help > Report a Bug.'
else
if module.exports.strings
stringNotFound = module.exports.strings.stringNotFound
@ -41,4 +41,4 @@ module.exports =
try
_.template(stringNotFound, {string: stringName})
catch e
'Error processing string. Please report to http://github.com/HabitRPG/habitrpg.'
'Error processing the string. Please see Help > Report a Bug.'