From: Andrew Coles Date: Mon, 17 May 2004 12:15:31 +0000 (+0000) Subject: Corrected a few typos and copy & pasting errors. X-Git-Tag: v3.80.2~300^2~170 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a410bd5774e5a51270c220b9a460be675d255fc6;p=libqmvoc.git Corrected a few typos and copy & pasting errors. Used the standard English name for Mendeleev; is this a country-specific thing? Andrew svn path=/trunk/kdeedu/kalzium/src/element.cpp; revision=312034 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index f57ed6b..a693e63 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -135,7 +135,7 @@ const QString Element::adjustUnits( double val, const int type ) { if ( val < 1600 ) { - v = i18n( "This element has been know to ancient cultures" ); + v = i18n( "This element was known to ancient cultures" ); } else {