Commit 5f5fe279 authored by Rafaël Carré's avatar Rafaël Carré

typo

parent aaf99d56
......@@ -275,8 +275,8 @@ void UpdateDialog::updateOrUpload()
bool b_download = false;
if( p_updateit )
{
QString saveDir = QFileDialog::getExistingDirectory( this, qtr( "Choose a direcctory..." ),
qfu( p_intf->p_libvlc->psz_homedir ) );
QString saveDir = QFileDialog::getExistingDirectory( this, qtr( "Choose a directory..." ),
qfu( p_intf->p_libvlc->psz_homedir ) );
p_updateit->i_rs = UPDATE_RELEASE_STATUS_NEWER;
p_updateit->i_t = UPDATE_FILE_TYPE_ALL;
......
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