Commit 0b685caf authored by Jakob Leben's avatar Jakob Leben

Qt4: use translations in Add Node dialog

parent ed388490
......@@ -1123,7 +1123,7 @@ void PLModel::popupAddNode()
{
bool ok;
QString name = QInputDialog::getText( PlaylistDialog::getInstance( p_intf ),
QString( "Add node" ), QString( "Enter name for new node" ),
qtr( I_POP_ADD ), qtr( "Enter name for new node:" ),
QLineEdit::Normal, QString(), &ok);
if( !ok || name.isEmpty() ) return;
PL_LOCK;
......
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