[sound-juicer] Remove extraneous tab in a string



commit 2ad3eb9d6c9bb6f3df7149fa04f47d5a25bcf955
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Feb 16 22:46:01 2016 +0100

    Remove extraneous tab in a string

 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 157cf95..5837686 100644
--- a/src/egg-play-preview.c
+++ b/src/egg-play-preview.c
@@ -224,7 +224,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]