[vlmc-devel] commit: Wizzard: Fixing a dialog title. (And making its title translatable) (=?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)

git at videolan.org git at videolan.org
Fri Nov 26 18:52:32 CET 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Nov 26 18:12:32 2010 +0100| [c1393c533905c1b4c066334ab5b8117f4aa2c66e] | committer: Hugo Beauzée-Luyssen 

Wizzard: Fixing a dialog title. (And making its title translatable)

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c1393c533905c1b4c066334ab5b8117f4aa2c66e
---

 src/Gui/wizard/WelcomePage.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Gui/wizard/WelcomePage.cpp b/src/Gui/wizard/WelcomePage.cpp
index 39d949e..e5eeb73 100644
--- a/src/Gui/wizard/WelcomePage.cpp
+++ b/src/Gui/wizard/WelcomePage.cpp
@@ -133,7 +133,7 @@ void WelcomePage::loadRecentsProjects()
 void WelcomePage::loadProject()
 {
     QString projectPath =
-            QFileDialog::getOpenFileName( NULL, "Enter the output file name",
+            QFileDialog::getOpenFileName( NULL, tr( "Select a project file" ),
                                           VLMC_GET_STRING( "general/DefaultProjectLocation" ),
                                           "VLMC project file(*.vlmc)" );
 



More information about the Vlmc-devel mailing list