QTfrontend/ui/widget/chatwidget.cpp
changeset 6218 999215ca87d7
parent 6215 efe2e2f7cabf
child 6221 f3ac3e51418b
--- 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();