diff -r ef53ba841791 -r 999215ca87d7 QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Thu Oct 27 21:33:18 2011 +0400 +++ b/QTfrontend/ui/widget/chatwidget.cpp Thu Oct 27 22:52:22 2011 +0200 @@ -841,7 +841,7 @@ setStyleSheet(style); chatText->document()->setDefaultStyleSheet(*s_styleSheet); displayNotice(tr("Stylesheet imported from %1").arg(path)); - displayNotice(tr("Enter %1 if you want to use the current styleSheet in future, enter %2 to reset!").arg("/saveStyleSheet").arg("/discaredStyleSheet")); + displayNotice(tr("Enter %1 if you want to use the current styleSheet in future, enter %2 to reset!").arg("/saveStyleSheet").arg("/discardStyleSheet")); if (file.isOpen()) file.close();