Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 06:30:29 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249759 - head/usr.sbin/bsdconfig/startup/include
Message-ID:  <201304220630.r3M6UTOr026132@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Mon Apr 22 06:30:29 2013
New Revision: 249759
URL: http://svnweb.freebsd.org/changeset/base/249759

Log:
  Clarify to the user the amount of time required to load the menus for
  each view in the details dialog.

Modified:
  head/usr.sbin/bsdconfig/startup/include/messages.subr

Modified: head/usr.sbin/bsdconfig/startup/include/messages.subr
==============================================================================
--- head/usr.sbin/bsdconfig/startup/include/messages.subr	Mon Apr 22 06:28:45 2013	(r249758)
+++ head/usr.sbin/bsdconfig/startup/include/messages.subr	Mon Apr 22 06:30:29 2013	(r249759)
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 Devin Teske
+# Copyright (c) 2012-2013 Devin Teske
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -94,11 +94,11 @@ msg_reset_desc="Reset to default view se
 msg_sco="SCO"
 msg_sco_desc="This host wants to be able to run IBCS2 binaries."
 msg_show_configured="Show Configured"
-msg_show_configured_desc="Calculate rc.conf(5) locations (slow)"
+msg_show_configured_desc="Calculate rc.conf(5) locations (slowest)"
 msg_show_default_value="Show Default/Value"
-msg_show_default_value_desc="Show default/configured values"
+msg_show_default_value_desc="Show default/configured values (slow)"
 msg_show_value="Show Value"
-msg_show_value_desc="Show configured startup value"
+msg_show_value_desc="Show configured startup value (fast)"
 msg_startup="Startup"
 msg_startup_dirs="Startup dirs"
 msg_startup_dirs_desc="Set the list of dirs to look for startup scripts"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304220630.r3M6UTOr026132>