[sound-juicer/gnome-3-18] Fix typo



commit 99030c6c112180a70cb280c97d5d740251a7aac5
Author: Marek Černocký <marek manet cz>
Date:   Tue Mar 22 11:52:05 2016 +0100

    Fix typo

 src/egg-play-preview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/egg-play-preview.c b/src/egg-play-preview.c
index e7d1a08..3fb9079 100644
--- a/src/egg-play-preview.c
+++ b/src/egg-play-preview.c
@@ -226,7 +226,7 @@ egg_play_preview_class_init (EggPlayPreviewClass *klass)
                                                                         PROP_DURATION,
                                                                         g_param_spec_int64 ("duration",
                                                                                                              
   _("Duration"),
-                                                                                                             
   _("The duratio n of the current stream in seconds."),
+                                                                                                             
   _("The duration of the current stream in seconds."),
                                                                                                              
   0, G_MAXINT, 0,
                                                                                                              
   G_PARAM_READABLE |
                                                                                                              
   G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]