summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp6
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
81 DataTable->setText( 2,0, tr( "Group" )) ; 81 DataTable->setText( 2,0, tr( "Group" )) ;
82 DataTable->setText( 3,0, tr( "Electronegativity" )) ; 82 DataTable->setText( 3,0, tr( "Electronegativity" )) ;
83 DataTable->setText( 4,0, tr( "Atomic radius" )) ; 83 DataTable->setText( 4,0, tr( "Atomic radius" )) ;
84 DataTable->setText( 5,0, tr( "Ionizationenergie" )) ; 84 DataTable->setText( 5,0, tr( "Ionization Energy" )) ;
85 DataTable->setText( 6,0, tr( "Density" )) ; 85 DataTable->setText( 6,0, tr( "Density" )) ;
86 DataTable->setText( 7,0, tr( "Boilingpoint" ) ); 86 DataTable->setText( 7,0, tr( "Boiling point" ) );
87 DataTable->setText( 8,0, tr( "Meltingpoint" ) ); 87 DataTable->setText( 8,0, tr( "Melting point" ) );
88} 88}
89 89
90void OxydataWidget::setLayout() 90void OxydataWidget::setLayout()