From 713d0e8966adc1c2f6b3542dcd5341e6144d979a Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 20 Nov 2002 06:51:23 +0000 Subject: * convert to english --- pear/PEAR/Command/Config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pear/PEAR') diff --git a/pear/PEAR/Command/Config.php b/pear/PEAR/Command/Config.php index 63ecc4b102..295f2086da 100644 --- a/pear/PEAR/Command/Config.php +++ b/pear/PEAR/Command/Config.php @@ -61,12 +61,12 @@ just specified. 'shortcut' => 'cs', 'options' => array(), 'doc' => ' [layer] -Sets the value of one configuration parameter. The first -argument is the name of the parameter, the second argument is the new value. -Some parameters are be subject to validation, and the command will fail with -an error message if the new value does not make sense. An optional third -argument may be used to specify which layer to set the configuration parameter -in. The default layer is "user". +Sets the value of one configuration parameter. The first argument is +the name of the parameter, the second argument is the new value. Some +parameters are subject to validation, and the command will fail with +an error message if the new value does not make sense. An optional +third argument may be used to specify in which layer to set the +configuration parameter. The default layer is "user". ', ), 'config-help' => array( -- cgit v1.2.1