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

List:       kde-i18n-doc
Subject:    branches/KDE/4.5/kdeedu/rocs/src/Plugins/importPlainTXT
From:       Andrew Coles <andrew.i.coles () googlemail ! com>
Date:       2010-06-09 19:51:35
Message-ID: 20100609195135.A2747AC8CE () svn ! kde ! org
[Download RAW message or body]

SVN commit 1136432 by coles:

Proof-reading on newly appeared strings:
- Can't -> cannot (house style, for consistency)
- Used consistent style between error messages: one ended 'Error: %2', the other \
'Error %2', so have standardised on the former.

CCMAIL: kde-i18n-doc@kde.org



 M  +2 -2      PlainTxtFilePlugin.cpp  


--- branches/KDE/4.5/kdeedu/rocs/src/Plugins/importPlainTXT/PlainTxtFilePlugin.cpp \
#1136431:1136432 @@ -51,7 +51,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;
     }
@@ -103,7 +103,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 the document. Error: %2").arg(filename).arg(file.errorString()));  return \
false;  }
 


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

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