Commit 9738e46c authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: Menus: Don't repeat context for playlist view modes

parent 0040f2a5
......@@ -147,9 +147,9 @@ signals:
static const QString viewNames[ StandardPLPanel::VIEW_COUNT ]
= { qtr( "Icon View" ),
qtr( "Detailed View" ),
qtr( "List View" ),
qtr( "PictureFlow View ") };
= { qtr( "Icons" ),
qtr( "Detailed List" ),
qtr( "List" ),
qtr( "PictureFlow") };
#endif
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