Commit 06867781 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

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

(cherry picked from commit cdae44ac)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 49ee431b
...@@ -455,7 +455,7 @@ WidgetListing::WidgetListing( intf_thread_t *p_intf, QWidget *_parent ) ...@@ -455,7 +455,7 @@ WidgetListing::WidgetListing( intf_thread_t *p_intf, QWidget *_parent )
break; break;
case TIME_LABEL_ELAPSED: case TIME_LABEL_ELAPSED:
widget = new QLabel( "2:42", this ); widget = new QLabel( "2:42", this );
widgetItem->setText( qtr("Elasped time") ); widgetItem->setText( qtr("Elapsed time") );
break; break;
case TIME_LABEL_REMAINING: case TIME_LABEL_REMAINING:
widget = new QLabel( "-2:42", this ); widget = new QLabel( "-2:42", this );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment