diff --git a/help.cpp b/help.cpp index 0e148cdb..9acc0c26 100644 --- a/help.cpp +++ b/help.cpp @@ -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;