diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 20:57:04 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-30 20:57:04 +0000 |
commit | a5788cbcf0627b386e037641caccf20acb8a175e (patch) | |
tree | 39eabd2a835a428825c000a6ea2874b40b4d5b26 /x11-wm/fvwm | |
parent | Marked ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-a5788cbcf0627b386e037641caccf20acb8a175e.tar.gz gentoo-2-a5788cbcf0627b386e037641caccf20acb8a175e.tar.bz2 gentoo-2-a5788cbcf0627b386e037641caccf20acb8a175e.zip |
typo
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.11.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/fvwm/fvwm-2.5.11.ebuild b/x11-wm/fvwm/fvwm-2.5.11.ebuild index b0d00899ac57..a02c574783e2 100644 --- a/x11-wm/fvwm/fvwm-2.5.11.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.4 2004/09/30 18:37:37 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.11.ebuild,v 1.5 2004/09/30 20:57:04 taviso Exp $ inherit eutils flag-o-matic @@ -293,13 +293,14 @@ pkg_postinst() { einfo "officially supported 'ShowNoIcons' option." echo einfo "The recommended name for your primary configuration file is now" - einfo "~/.fvwm/config, of course, all previously supported locations are" - einfo "stlil supported, and this can be overridden on the command line." + einfo "~/.fvwm/config. Of course, all previous locations are still" + einfo "supported, and this can be overridden on the command line." echo einfo "The FvwmButtons 'HoverIcon' feature has been renamed 'ActiveIcon'." - einfo "If you have been using the feature, you may also be interested in the" - einfo "new 'PressIcon' Feature." + einfo "If you have been using this feature, you may also be interested" + einfo "in the new 'PressIcon' Option." echo einfo "For in depth information about all changes in this release, please" einfo "refer to the ChangeLog." + echo } |