]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/messages.cpp
Various strings change and capitalisation changes to match the guidelines.
[vlc] / modules / gui / qt4 / dialogs / messages.cpp
index 9aaed613ecc6a5d67de4e65f227354cd89b0101c..941e438a5436d66f5968f2a431c1e00bd6906c54 100644 (file)
@@ -244,7 +244,7 @@ void MessagesDialog::clear()
 bool MessagesDialog::save()
 {
     QString saveLogFileName = QFileDialog::getSaveFileName(
-            this, qtr( "Choose a filename to save the logs under..." ),
+            this, qtr( "Select a name for the logs file" ),
             qfu( config_GetHomeDir() ),
             qtr( "Texts / Logs (*.log *.txt);; All (*.*) ") );