diff options
Diffstat (limited to 'gst/games')
-rw-r--r-- | gst/games/gstpuzzle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c index e28025c6..ee5eca4c 100644 --- a/gst/games/gstpuzzle.c +++ b/gst/games/gstpuzzle.c @@ -121,7 +121,7 @@ static void gst_puzzle_base_init (gpointer g_class) { static GstElementDetails puzzle_details = - GST_ELEMENT_DETAILS ("a simple puzzle", + GST_ELEMENT_DETAILS ("A simple puzzle", "Filter/Effect/Video/Games", "A simple puzzle, use arrow keys and space to restart/solve", "Benjamin Otte <otte@gnome.org>"); |