author | tille <tille> | 2003-01-13 15:04:59 (UTC) |
---|---|---|
committer | tille <tille> | 2003-01-13 15:04:59 (UTC) |
commit | 01f7b3b512bbb729ac44808748365699748f3d4c (patch) (side-by-side diff) | |
tree | 2351fc2bf000def1ca02347d7ee761d6aeb12c66 | |
parent | 477ababb7350018099b5e83a5fb24a7cfe5b9a18 (diff) | |
download | opie-01f7b3b512bbb729ac44808748365699748f3d4c.zip opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.gz opie-01f7b3b512bbb729ac44808748365699748f3d4c.tar.bz2 |
remove : for carsten
-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" )) ; |