QTfrontend/ui/widget/chatwidget.cpp
changeset 6239 7ede83d81fc6
parent 6238 b344159da248
child 6240 5d8e478916b4
--- 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();