From 7245e9b0d9bd461c1c78f9861affe92a2c66efc3 Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Thu, 17 Mar 2005 13:25:32 +0000 Subject: [PATCH] CVS_SILENT Corrected typos - noble gases -> Nobel gases - standardised on Alkali Metals and Alkaline Earth Metals for groups 1 & 2 svn path=/trunk/kdeedu/kalzium/src/element.cpp; revision=398370 --- 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 68f7659..97ec544 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -437,7 +437,7 @@ KalziumDataObject::KalziumDataObject() if (!layoutFile.exists()) { - KMessageBox::information( 0, i18n("data.xml doesn't exist"), i18n( "Loading File - Error" ) ); + KMessageBox::information( 0, i18n("data.xml does not exist"), i18n( "Loading File - Error" ) ); } if (!layoutFile.open(IO_ReadOnly)) -- 2.47.3