diff options
author | Gary Thomas <gary@mlbassoc.com> | 2015-04-09 06:13:09 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-15 14:18:54 +0100 |
commit | f672fae1b1647f7a628ba9ba92fd4fab81d91546 (patch) | |
tree | 613b165f8c4112a7224651c63bce4e453818cd00 /meta/recipes-multimedia | |
parent | 64acb72e7ec63528073d8290137fe74d3382f876 (diff) | |
download | openembedded-core-f672fae1b1647f7a628ba9ba92fd4fab81d91546.tar.gz openembedded-core-f672fae1b1647f7a628ba9ba92fd4fab81d91546.tar.bz2 openembedded-core-f672fae1b1647f7a628ba9ba92fd4fab81d91546.zip |
gst-player: Fix typo
The subtitle (shown in desktop icon) should say
Basic media player
-not-
Basic media plaer
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop b/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop index 9eb6adaf0c..9fd207b384 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop +++ b/meta/recipes-multimedia/gstreamer/gst-player/gst-player.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Media Player -Comment=Basic media plaer +Comment=Basic media player Icon=audio-player TryExec=gtk-play Exec=gtk-play |