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

List:       kde-commits
Subject:    kdeutils/kfloppy
From:       Stephan Binner <binner () kde ! org>
Date:       2004-06-05 18:50:00
Message-ID: 20040605185000.C0911126E9 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

Invalidate unused i18n (#82807). I'm sure we have such stuff everywhere,
how to deal with?


  M +34 -34    floppy.cpp   1.67


--- kdeutils/kfloppy/floppy.cpp  #1.66:1.67
@@ -508,5 +508,5 @@ void FloppyData::errslot(){
   if(errstring.contains("ioctl(FDFMTBEG)")){
 
-    QString str = i18n(
+    QString str = i 18n(
                 "Cannot access floppy or floppy drive.\n"
                 "Please insert a floppy and make sure that you "
@@ -520,5 +520,5 @@ void FloppyData::errslot(){
   }
 
-  QString str = i18n("Cannot format: %1\n%2").arg(drive).arg(errstring);
+  QString str = i 18n("Cannot format: %1\n%2").arg(drive).arg(errstring);
 
   KMessageBox::error(this, str);
@@ -559,5 +559,5 @@ void FloppyData::readfsStdout(KProcess *
       int bblock = mystring.left(8).toInt();
       QString mstr;
-      mstr = i18n("Block %1 is bad. Continuing...").arg(bblock);
+      mstr = i 18n("Block %1 is bad. Continuing...").arg(bblock);
       frame->setText(mstr);
     }
@@ -637,5 +637,5 @@ void FloppyData::fserrslot(){
   if(fserrstring.contains("No such device")){
 
-    QString str = i18n(
+    QString str = i 18n(
                 "Cannot access floppy or floppy drive.\n"
                 "Please insert a floppy and make sure that you "
@@ -650,5 +650,5 @@ void FloppyData::fserrslot(){
   reset();
 
-  QString str = i18n("Cannot create a filesystem on: %1\n%2")
+  QString str = i 18n("Cannot create a filesystem on: %1\n%2")
               .arg(drive).arg(fserrstring);
 
@@ -677,5 +677,5 @@ void FloppyData::cf2done(){
 
   if(!lcquick){
-    QString str = i18n(
+    QString str = i 18n(
                 "The floppy was successfully formatted.\n"
                 "Blocks marked bad: %1\n"
@@ -687,5 +687,5 @@ void FloppyData::cf2done(){
   }
   else{
-    QString str = i18n("All files were successfully erased.");
+    QString str = i 18n("All files were successfully erased.");
 
     KMessageBox::information(this, str);


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

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