-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 | |||
@@ -76,7 +76,7 @@ void OxydataWidget::setElement( int el ) | |||
76 | 76 | ||
77 | void OxydataWidget::setTable() const | 77 | void OxydataWidget::setTable() const |
78 | { | 78 | { |
79 | DataTable->setText( 0,0, tr( "Weight:" ) ); | 79 | DataTable->setText( 0,0, tr( "Weight" ) ); |
80 | DataTable->setText( 1,0, tr( "Block" )) ; | 80 | DataTable->setText( 1,0, tr( "Block" )) ; |
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" )) ; |