diff -r b344159da248 -r 7ede83d81fc6 QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Sun Oct 30 06:22:47 2011 +0100 +++ b/QTfrontend/ui/widget/chatwidget.cpp Sun Oct 30 07:21:51 2011 +0100 @@ -923,7 +923,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("/discardStyleSheet")); + 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();