From 50267648bb085658d8a3bab0db1f90381b567732 Mon Sep 17 00:00:00 2001 From: sudonix Date: Thu, 26 Feb 2004 02:08:36 +0000 Subject: Some typos fixed --- (limited to 'noncore') diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp index 8f619b4..e3906be 100644 --- a/noncore/apps/oxygen/dataTable.cpp +++ b/noncore/apps/oxygen/dataTable.cpp @@ -81,10 +81,10 @@ void OxydataWidget::setTable() const DataTable->setText( 2,0, tr( "Group" )) ; DataTable->setText( 3,0, tr( "Electronegativity" )) ; DataTable->setText( 4,0, tr( "Atomic radius" )) ; - DataTable->setText( 5,0, tr( "Ionizationenergie" )) ; + DataTable->setText( 5,0, tr( "Ionization Energy" )) ; DataTable->setText( 6,0, tr( "Density" )) ; - DataTable->setText( 7,0, tr( "Boilingpoint" ) ); - DataTable->setText( 8,0, tr( "Meltingpoint" ) ); + DataTable->setText( 7,0, tr( "Boiling point" ) ); + DataTable->setText( 8,0, tr( "Melting point" ) ); } void OxydataWidget::setLayout() -- cgit v0.9.0.2