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

List:       kde-commits
Subject:    KDE/kdevelop/plugins/appwizard
From:       Evgeniy Ivanov <pfx.kde () gmail ! com>
Date:       2008-07-11 23:45:58
Message-ID: 1215819958.366166.15814.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 831157 by eivanov:

GUI labels fix (git->DVCS)


 M  +4 -4      appwizardplugin.cpp  


--- trunk/KDE/kdevelop/plugins/appwizard/appwizardplugin.cpp #831156:831157
@@ -192,7 +192,7 @@
                 //TODO: check if we want to handle KDevelop project files (like now) or only SRC dir
                 KDevelop::VcsJob* job = iface->init(dest.toLocalFile());
                 job->exec();
-                kDebug(9010) << "Initializing Git repository:" << dest.toLocalFile();
+                kDebug(9010) << "Initializing DVCS repository:" << dest.toLocalFile();
                 if (job->status() == KDevelop::VcsJob::JobSucceeded)
                 {
                     KDevelop::VcsJob* job = iface->add(KUrl::List(dest),
@@ -202,20 +202,20 @@
                         job->exec();
                         if (job->status() != KDevelop::VcsJob::JobSucceeded )
                         {
-                            KMessageBox::error(0, i18n("Could not add files to the Git repository"));
+                            KMessageBox::error(0, i18n("Could not add files to the DVCS repository"));
                             KIO::NetAccess::del( dest, 0);
                             return "";
                         }
                     } else
                     {
-                        KMessageBox::error(0, i18n("Could not add files to the Git repository"));
+                        KMessageBox::error(0, i18n("Could not add files to the DVCS repository"));
                         KIO::NetAccess::del( dest, 0 );
                         return "";
                     }
                 }
                 else
                 {
-                    KMessageBox::error(0, i18n("Could not init Git repository"));
+                    KMessageBox::error(0, i18n("Could not init DVCS repository"));
                     KIO::NetAccess::del( dest, 0 );
                     return "";
                 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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