-rw-r--r-- | noncore/apps/oxygen/dataTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp index 46eaeba..8f619b4 100644 --- a/noncore/apps/oxygen/dataTable.cpp +++ b/noncore/apps/oxygen/dataTable.cpp @@ -75,9 +75,9 @@ void OxydataWidget::setElement( int el ) } void OxydataWidget::setTable() const { - DataTable->setText( 0,0, tr( "Weight:" ) ); + DataTable->setText( 0,0, tr( "Weight" ) ); DataTable->setText( 1,0, tr( "Block" )) ; DataTable->setText( 2,0, tr( "Group" )) ; DataTable->setText( 3,0, tr( "Electronegativity" )) ; DataTable->setText( 4,0, tr( "Atomic radius" )) ; |