--- 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();