[longomatch] Fix typo



commit 4c255ac973fcf40522d303db4e7de7d34275bde1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 15 12:37:06 2013 +0200

    Fix typo

 LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs b/LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs
index 6025b59..9040362 100644
--- a/LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/Utils/Remuxer.cs
@@ -74,7 +74,7 @@ namespace LongoMatch.Video.Utils
                        
                        /* Add label and progress bar */
                        box = new VBox();
-                       label = new Label(Catalog.GetString("Remuxing file, this might take while..."));
+                       label = new Label(Catalog.GetString("Remuxing file, this might take a while..."));
                        box.PackStart(label);
                        pb = new ProgressBar();
                        box.PackStart(pb);


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