[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    [kdevplatform] 5c6feb9 Add missing i18n() calls to "Open Project"
From:       "Nicolás" Alvarez <nicolas.alvarez () gmail ! com>
Date:       2010-10-17 19:21:11
Message-ID: 201010171921.o9HJLBvI024699 () kore ! kollide ! net
[Download RAW message or body]

commit 5c6feb95c24c84a7afe945ca196ab9c1828889b7
Author: Nicolás Alvarez <nicolas.alvarez@gmail.com>
Date:   Sun Oct 17 01:57:08 2010 -0300

    Add missing i18n() calls to "Open Project" dialog [untranslated strings]
    
    CCMAIL:kde-i18n-doc@kde.org

diff --git a/shell/openprojectdialog.cpp b/shell/openprojectdialog.cpp
index 19e3de9..b2d2ecc 100644
--- a/shell/openprojectdialog.cpp
+++ b/shell/openprojectdialog.cpp
@@ -46,16 +46,16 @@ OpenProjectDialog::OpenProjectDialog( bool fetch, const KUrl& \
startUrl, QWidget*  start.adjustPath(KUrl::AddTrailingSlash);
     sourcePageWidget = new ProjectSourcePage( start, this );
     connect( sourcePageWidget, SIGNAL( isCorrect(bool) ), this, SLOT( \
                validateSourcePage(bool) ) );
-    sourcePage = addPage( sourcePageWidget, "Select the source" );
+    sourcePage = addPage( sourcePageWidget, i18n("Select the source") );
     
     openPageWidget = new OpenProjectPage( start, this );
     connect( openPageWidget, SIGNAL( urlSelected( const KUrl& ) ), this, SLOT( \
                validateOpenUrl( const KUrl& ) ) );
-    openPage = addPage( openPageWidget, "Select the project" );
+    openPage = addPage( openPageWidget, i18n("Select the project") );
     
     QWidget* page = new ProjectInfoPage( this );
     connect( page, SIGNAL( projectNameChanged( const QString& ) ), this, SLOT( \
                validateProjectName( const QString& ) ) );
     connect( page, SIGNAL( projectManagerChanged( const QString& ) ), this, SLOT( \
                validateProjectManager( const QString& ) ) );
-    projectInfoPage = addPage( page, "Project information" );
+    projectInfoPage = addPage( page, i18n("Project information") );
     
     setValid( sourcePage, true );
     setValid( openPage, false );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic