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

Laurent Aimar git at videolan.org
Fri Jan 6 23:03:57 CET 2012


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jan  6 23:02:45 2012 +0100| [cdae44ac1286152bcfffa61eb358447bb6864632] | committer: Laurent Aimar

Fixed a typo "Elasped" -> "Elapsed".

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

 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 bd1e982..1a9e78d 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