Author: shadzik
Date: Sat Nov 13 22:31:28 2010
New Revision: 11908

Modified:
   toys/kernelupdatenotifier/kernelupdatenotifier.cpp
Log:
- text formating reverted


Modified: toys/kernelupdatenotifier/kernelupdatenotifier.cpp
==============================================================================
--- toys/kernelupdatenotifier/kernelupdatenotifier.cpp  (original)
+++ toys/kernelupdatenotifier/kernelupdatenotifier.cpp  Sat Nov 13 22:31:28 2010
@@ -50,9 +50,9 @@
        KNotification *notify = new KNotification("KernelWasUpgraded", 0, 
KNotification::Persistent);
 
        QString text;
-       text =  i18n("The Kernel was upgraded to version\n");
-       text += version + "\n";
-       text += i18n("Please reboot the machine.\n");
+       text =  i18n("The Kernel was upgraded to version:") + "<br/>";
+       text += "<b>" + version + "<b><br/>";
+       text += i18n("Please reboot the machine.");
        notify->setText(text);
 
        QStringList actions;
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to