author | sudonix <sudonix> | 2004-02-26 02:08:36 (UTC) |
---|---|---|
committer | sudonix <sudonix> | 2004-02-26 02:08:36 (UTC) |
commit | 50267648bb085658d8a3bab0db1f90381b567732 (patch) (side-by-side diff) | |
tree | 71c672d78ad3b916f2729f9c55ff1f47f6c35277 | |
parent | 6f0aa2686fd58a152b4b37cef2f0f8f906a2a2c7 (diff) | |
download | opie-50267648bb085658d8a3bab0db1f90381b567732.zip opie-50267648bb085658d8a3bab0db1f90381b567732.tar.gz opie-50267648bb085658d8a3bab0db1f90381b567732.tar.bz2 |
Some typos fixed
-rw-r--r-- | noncore/apps/oxygen/dataTable.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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() |