From a410bd5774e5a51270c220b9a460be675d255fc6 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Mon, 17 May 2004 12:15:31 +0000 Subject: [PATCH] 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 --- kalzium/src/element.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.3