-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 @@ -78,3 +78,3 @@ void OxydataWidget::setTable() const { - DataTable->setText( 0,0, tr( "Weight:" ) ); + DataTable->setText( 0,0, tr( "Weight" ) ); DataTable->setText( 1,0, tr( "Block" )) ; |