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

List:       kde-commits
Subject:    KDE/kdeedu/rocs/src
From:       Andrew Coles <andrew.i.coles () googlemail ! com>
Date:       2010-07-30 21:42:48
Message-ID: 20100730214248.F0F57AC783 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1157383 by coles:

Proof-reading: can't -> cannot.  See the note in the HIG on contractions:

http://techbase.kde.org/Projects/Usability/HIG/Contractions



 M  +3 -3      Plugins/dotParser/DotParser.cpp  
 M  +2 -2      Plugins/importPlainTXT/PlainTxtFilePlugin.cpp  
 M  +1 -1      Scripts/IncludeManager.cpp  


--- trunk/KDE/kdeedu/rocs/src/Plugins/dotParser/DotParser.cpp #1157382:1157383
@@ -57,7 +57,7 @@
     QList < QPair<QString, QString> > edges;
     QFile f ( fileName );
     if ( !f.open ( QFile::ReadOnly ) ) {
-        setError ( i18n ( "Can't Open the file: %1. Error %2" ).arg ( fileName ).arg \
( f.errorString() ) ); +        setError ( i18n ( "Cannot open the file: %1. Error \
%2" ).arg ( fileName ).arg ( f.errorString() ) );  delete graphDoc;
         return 0;
     }
@@ -111,7 +111,7 @@
         }
         setError(i18n("No active graph in this document."));
     }
-    setError(i18n("Can't open file %1 to write document. Error: \
%2").arg(filename).arg(file.errorString())); +    setError(i18n("Cannot open file %1 \
to write document. Error: %2").arg(filename).arg(file.errorString()));  return false;
 }
 
@@ -201,4 +201,4 @@
 }
 
 
-#include "DotParser.moc"
\ No newline at end of file
+#include "DotParser.moc"
--- trunk/KDE/kdeedu/rocs/src/Plugins/importPlainTXT/PlainTxtFilePlugin.cpp \
#1157382:1157383 @@ -52,7 +52,7 @@
     QList < QPair<QString, QString> > edges;
     QFile f ( fileName );
     if ( !f.open ( QFile::ReadOnly ) ) {
-        setError ( i18n ( "Can't Open the file: %1. Error %2" ).arg ( fileName ).arg \
( f.errorString() ) ); +        setError ( i18n ( "Cannot open the file: %1. Error \
%2" ).arg ( fileName ).arg ( f.errorString() ) );  delete graphDoc;
         return 0;
     }
@@ -104,7 +104,7 @@
         }
         setError(i18n("No active graph in this document."));
     }
-    setError(i18n("Can't open file %1 to write document. Error: \
%2").arg(filename).arg(file.errorString())); +    setError(i18n("Cannot open file %1 \
to write document. Error: %2").arg(filename).arg(file.errorString()));  return false;
 }
 
--- trunk/KDE/kdeedu/rocs/src/Scripts/IncludeManager.cpp #1157382:1157383
@@ -136,7 +136,7 @@
             }
         }
     } else {
-        fileContent = i18n("debug(\"Invalid include directive: %1. Can't find file \
in directive.\")").arg(arg1); +        fileContent = i18n("debug(\"Invalid include \
directive: %1. Cannot find file in directive.\")").arg(arg1);  }
 
     return fileContent;


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

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