$OpenBSD: patch-troubleshoot_SchedulerNotRunning_py,v 1.3 2012/04/22 13:44:09 ajacoutot Exp $
--- troubleshoot/SchedulerNotRunning.py.orig	Fri Apr  1 16:23:58 2011
+++ troubleshoot/SchedulerNotRunning.py	Wed May  4 08:37:29 2011
@@ -27,10 +27,9 @@ class SchedulerNotRunning(Question):
         Question.__init__ (self, troubleshooter, "Scheduler not running?")
         page = self.initial_vbox (_("CUPS Service Stopped"),
                                   _("The CUPS print spooler does not appear "
-                                    "to be running.  To correct this, choose "
-                                    "System->Administration->Services from "
-                                    "the main menu and look for the 'cups' "
-                                    "service."))
+                                    "to be running.  To correct this, run "
+                                    "'${RCDIR}/cups start' "
+                                    "as root in a terminal."))
         troubleshooter.new_page (page, self)
 
     def display (self):
