[yast-commit] r63427 - /trunk/yast2/scripts/yast2

Author: aschnell Date: Tue Feb 15 17:47:07 2011 New Revision: 63427 URL: http://svn.opensuse.org/viewcvs/yast?rev=63427&view=rev Log: - changed snapper description text Modified: trunk/yast2/scripts/yast2 Modified: trunk/yast2/scripts/yast2 URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/scripts/yast2?rev=63427&r1=... ============================================================================== --- trunk/yast2/scripts/yast2 (original) +++ trunk/yast2/scripts/yast2 Tue Feb 15 17:47:07 2011 @@ -215,7 +215,7 @@ { if [ "$1" != "menu" ] ; then if [ "$USE_SNAPPER" = "yes" -a -x $SNAPPERBIN ] ; then - SNAPSHOT_NUMBER=`$SNAPPERBIN create --type=pre --print-number --description="yast2 $1"` + SNAPSHOT_NUMBER=`$SNAPPERBIN create --type=pre --print-number --description="yast $1"` fi fi } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org