diff --git a/inventory.cpp b/inventory.cpp index fa8cbe59..ba8e0fe9 100644 --- a/inventory.cpp +++ b/inventory.cpp @@ -603,7 +603,7 @@ namespace inv { else if(uni == '1') plain = !plain; else if(sym == SDLK_F1) - gotoHelp(which ? generateHelpForItem(which) : NODESCYET); + gotoHelp(which ? generateHelpForItem(which) : XLAT(helptext)); else if(doexiton(sym, uni)) { if(mirroring) mirroring = false; popScreen();