[vlc-commits] Fixed a typo "Elasped" -> "Elapsed".

Laurent Aimar git at videolan.org
Sat Jan 7 01:29:55 CET 2012


vlc/vlc-1.2 | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jan  6 23:02:45 2012 +0100| [06867781e1b663db314a2305ed1e01dcbcfda1d2] | committer: Jean-Baptiste Kempf

Fixed a typo "Elasped" -> "Elapsed".
(cherry picked from commit cdae44ac1286152bcfffa61eb358447bb6864632)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=06867781e1b663db314a2305ed1e01dcbcfda1d2
---

 modules/gui/qt4/dialogs/toolbar.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/toolbar.cpp b/modules/gui/qt4/dialogs/toolbar.cpp
index 3487a7d..0e3c7d0 100644
--- a/modules/gui/qt4/dialogs/toolbar.cpp
+++ b/modules/gui/qt4/dialogs/toolbar.cpp
@@ -455,7 +455,7 @@ WidgetListing::WidgetListing( intf_thread_t *p_intf, QWidget *_parent )
             break;
         case TIME_LABEL_ELAPSED:
             widget = new QLabel( "2:42", this );
-            widgetItem->setText( qtr("Elasped time") );
+            widgetItem->setText( qtr("Elapsed time") );
             break;
         case TIME_LABEL_REMAINING:
             widget = new QLabel( "-2:42", this );



More information about the vlc-commits mailing list