svn commit: r249759 - head/usr.sbin/bsdconfig/startup/include

Devin Teske dteske at FreeBSD.org
Mon Apr 22 06:30:29 UTC 2013


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"


More information about the svn-src-all mailing list