diff options
author | 2012-08-20 19:45:57 +0000 | |
---|---|---|
committer | 2012-08-20 19:45:57 +0000 | |
commit | ea4f61b25504d8157dc9d31a2ed777cfd33d4cc0 (patch) | |
tree | ab202e8b55fd9ded16c7c70123d3d9ad4cf1b33d /eclass/eutils.eclass | |
parent | add note to patch line that it is fixed upstream (diff) | |
download | gentoo-2-ea4f61b25504d8157dc9d31a2ed777cfd33d4cc0.tar.gz gentoo-2-ea4f61b25504d8157dc9d31a2ed777cfd33d4cc0.tar.bz2 gentoo-2-ea4f61b25504d8157dc9d31a2ed777cfd33d4cc0.zip |
fix grammar in make_desktop_entry icon description #431940 by Greg Turner
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index eb8c8f77d107..e7d47d61eaa3 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.400 2012/06/20 09:26:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.401 2012/08/20 19:45:57 vapier Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -658,7 +658,7 @@ edos2unix() { # @CODE # binary: what command does the app run with ? # name: the name that will show up in the menu -# icon: give your little like a pretty little icon ... +# icon: the icon to use in the menu entry # this can be relative (to /usr/share/pixmaps) or # a full path to an icon # type: what kind of application is this? |