fixed a game/translation mismatch

This commit is contained in:
Zeno Rogue 2018-08-01 14:05:03 +02:00
parent 508cecb3b3
commit f734df14f6
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ string generateHelpForItem(eItem it) {
"if you are attacked with fire, it lets you stay in place in it.");
if(it == itOrbWinter)
help += XLAT("\n\nThis Orb also allows you to collect items encased in ice.");
help += XLAT("\n\nThis orb also allows you to collect items encased in ice.");
if(it == itOrbEmpathy) {
int cnt = 0;