diff --git a/code/nel/src/gui/view_text.cpp b/code/nel/src/gui/view_text.cpp index d04d3df2e..47f128d96 100644 --- a/code/nel/src/gui/view_text.cpp +++ b/code/nel/src/gui/view_text.cpp @@ -350,7 +350,7 @@ namespace NLGUI return toString( _Underlined ); } else - if( name == "strikthrough" ) + if( name == "strikethrough" ) { return toString( _StrikeThrough ); }