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

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/quanta
From:       Andras Mantia <amantia () kde ! org>
Date:       2006-06-10 13:38:09
Message-ID: 1149946689.380277.27001.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 549953 by amantia:

Fix the strings marked with "todo" and extract the copyright year from the i18n'd \
string.

 M  +4 -8      project/projectnewgeneral.cpp  
 M  +2 -2      src/main.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/project/projectnewgeneral.cpp #549952:549953
@@ -177,8 +177,7 @@
      linePrjTmpl->setText(KURL::relativeURL(baseUrl, url));
    } else
    {
-//TODO: Use better text in Quanta4, or when message freeze is lifted up
-      KMessageBox::sorry(this,i18n("You must save the templates in the following \
folder: \n\n%1").arg(baseUrl.prettyURL(0, KURL::StripFileProtocol)));    +     \
KMessageBox::sorry(this, i18n("<qt>The project templates must be stored under the \
main project folder: <br><br><b>%1</b></qt>").arg(baseUrl.prettyURL(0, \
KURL::StripFileProtocol)));  }
 }
 
@@ -192,8 +191,7 @@
      linePrjToolbar->setText(KURL::relativeURL(baseUrl, url));
    }
    {
-//TODO: Use better text in Quanta4, or when message freeze is lifted up
-      KMessageBox::sorry(0,i18n("<qt>You must save the toolbars to the following \
folder: <br><br><b>%1</b></qt>") +      KMessageBox::sorry(0, i18n("<qt>The project \
                toolbars must be stored under the main project folder: \
                <br><br><b>%1</b></qt>")
                                   .arg(baseUrl.prettyURL(0, \
KURL::StripFileProtocol)));  }
 }
@@ -227,8 +225,7 @@
       url = QExtFileInfo::toAbsolute(url, baseUrl);
       if (!baseUrl.isParentOf(url))
       {
-//TODO: Use better text in Quanta4, or when message freeze is lifted up
-        KMessageBox::sorry(this,i18n("You must save the templates in the following \
folder: \n\n%1").arg(baseUrl.prettyURL(0, KURL::StripFileProtocol))); +        \
KMessageBox::sorry(this,i18n("<qt>The project templates must be stored under the main \
project folder: <br><br><b>%1</b></qt>").arg(baseUrl.prettyURL(0, \
KURL::StripFileProtocol)));  linePrjTmpl->setFocus();
         emit enableNextButton(this, false);
       } else
@@ -241,8 +238,7 @@
       url = QExtFileInfo::toAbsolute(url, baseUrl);
       if (!baseUrl.isParentOf(url))
       {
-//TODO: Use better text in Quanta4, or when message freeze is lifted up
-        KMessageBox::sorry(0,i18n("<qt>You must save the toolbars to the following \
folder: <br><br><b>%1</b></qt>") +        KMessageBox::sorry(0,i18n("<qt>The project \
                toolbars must be stored under the main project folder: \
                <br><br><b>%1</b></qt>")
                                     .arg(baseUrl.prettyURL(0, \
KURL::StripFileProtocol)));  linePrjToolbar->setFocus();
         emit enableNextButton(this, false);
--- branches/KDE/3.5/kdewebdev/quanta/src/main.cpp #549952:549953
@@ -64,8 +64,8 @@
 {
   KAboutData
     aboutData( QUANTA_PACKAGE, I18N_NOOP("Quanta"),
-    QUANTA_VERSION, description, KAboutData::License_GPL_V2,
-    I18N_NOOP("(C) 2000-2005 - The Quanta+ developers"),
+    QUANTA_VERSION, description, KAboutData::License_GPL_V2,    
+    i18n("%1 - The Quanta+ developers").arg("(C) 2000-2006").utf8(),
     othertext,
     "http://kdewebdev.org"
     );


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

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