diff options
Diffstat (limited to 'arts/tools/statusview.cpp')
-rw-r--r-- | arts/tools/statusview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/statusview.cpp b/arts/tools/statusview.cpp index 901362fd..37d8cbe2 100644 --- a/arts/tools/statusview.cpp +++ b/arts/tools/statusview.cpp @@ -37,7 +37,7 @@ ArtsStatusView::ArtsStatusView(Arts::SoundServer a_server, TQWidget* parent, con : Template_ArtsView( parent,name ) , server(a_server) { - this->setCaption( i18n( "aRts tqStatus" ) ); + this->setCaption( i18n( "aRts Status" ) ); TQBoxLayout *l= new TQVBoxLayout(this); //l->setAutoAdd(TRUE); |