- Spelling fix in $strSQPBugUnknownPunctation where not yet translated

- Spelling fix in
  $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
This commit is contained in:
Robin Johnson
2002-08-07 21:39:46 +00:00
parent 4179a2e127
commit 0aede53a1a
88 changed files with 101 additions and 95 deletions

View File

@@ -423,7 +423,7 @@ $strCharsetOfFile = 'Character set of the file:'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strEndCut = 'END CUT'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnknownPunctation = 'Unknown Punctation String'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strEndRaw = 'END RAW'; //to translate