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

List:       kde-commits
Subject:    kdebase/kcontrol/kfontinst
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-05-19 14:01:53
Message-ID: 20040519140153.02E5192AC () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Corrected typos.


  M +4 -4      kcmfontinst/KCmFontInst.cpp   1.27
  M +3 -3      viewpart/FontViewPart.cpp   1.18


--- kdebase/kcontrol/kfontinst/kcmfontinst/KCmFontInst.cpp  #1.26:1.27
@@ -586,5 +586,5 @@ void CKCmFontInst::removeFonts()
 {
     if(itsDirOp->selectedItems()->isEmpty())
-        KMessageBox::information(this, i18n("You didn't select anything to \
delete."), i18n("Nothing to delete")); +        KMessageBox::information(this, \
i18n("You did not select anything to delete."), i18n("Nothing to delete"));  else
     {
@@ -755,6 +755,6 @@ void CKCmFontInst::enableItems(bool enab
     if (items->isEmpty())
         KMessageBox::information(this,
-                                enable ? i18n("You didn't select anything to \
                enable.")
-                                       : i18n("You didn't select anything to \
disable."), +                                enable ? i18n("You did not select \
anything to enable.") +                                       : i18n("You did not \
                select anything to disable."),
                                 enable ? i18n("Nothing to enable") : i18n("Nothing \
to disable"));  else

--- kdebase/kcontrol/kfontinst/viewpart/FontViewPart.cpp  #1.17:1.18
@@ -268,5 +268,5 @@ void CFontViewPart::install()
 
         if(KIO::NetAccess::stat(destUrl, uds, itsFrame->parentWidget()))
-            KMessageBox::error(itsFrame, i18n("%1:%2 already \
installed!").arg(m_url.protocol()).arg(m_url.path()), +            \
KMessageBox::error(itsFrame, i18n("%1:%2 already \
installed.").arg(m_url.protocol()).arg(m_url.path()),  i18n("Error"));
         else
@@ -294,5 +294,5 @@ void CFontViewPart::install()
                 }
 
-                KMessageBox::information(itsFrame, i18n("%1:%2 successfully \
installed!").arg(m_url.protocol()) +                \
KMessageBox::information(itsFrame, i18n("%1:%2 successfully \
                installed.").arg(m_url.protocol())
                                                        .arg(m_url.path()), \
                i18n("Success"),
                                          "FontViewPart_DisplayInstallationSuccess");


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

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