Commit cdae44ac authored by Laurent Aimar's avatar Laurent Aimar

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

parent 94d21282
...@@ -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