[vlmc-devel] MainWindow: Fix typo.
Rohit Yadav
git at videolan.org
Fri Jul 29 13:50:31 CEST 2011
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Fri Jul 29 23:00:10 2011 +0530| [bcf20aa36a11339eff89526060ad84b5683e8a51] | committer: Rohit Yadav
MainWindow: Fix typo.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=bcf20aa36a11339eff89526060ad84b5683e8a51
---
src/Gui/MainWindow.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 03331f6..ddd2964 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -279,11 +279,11 @@ MainWindow::initVlmcPreferences()
QT_TRANSLATE_NOOP( "PreferenceWidget", "Ask for confirmation before deleting a clip from the timeline" ) );
VLMC_CREATE_PREFERENCE_PATH( "general/DefaultProjectLocation", QDir::homePath(),
- QT_TRANSLATE_NOOP( "PreferencesWidget", "Project default location" ),
+ QT_TRANSLATE_NOOP( "PreferenceWidget", "Project default location" ),
QT_TRANSLATE_NOOP( "PreferenceWidget", "The default location where to store projects folders" ) );
VLMC_CREATE_PREFERENCE_PATH( "general/TempFolderLocation", QDir::tempPath() + "/VLMC/",
- QT_TRANSLATE_NOOP( "PreferencesWidget", "Temporary folder" ),
+ QT_TRANSLATE_NOOP( "PreferenceWidget", "Temporary folder" ),
QT_TRANSLATE_NOOP( "PreferenceWidget", "The temporary folder used by VLMC to process videos." ) );
//Setup VLMC Youtube Preference...
More information about the Vlmc-devel
mailing list