diff options
| -rw-r--r-- | adept/adept/lister.cpp | 2 | ||||
| -rw-r--r-- | adept/adept/packageinfo.cpp | 2 | ||||
| -rw-r--r-- | adept/libadept/lister.cpp | 2 | ||||
| -rw-r--r-- | adept/libadept/packageinfo.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/adept/adept/lister.cpp b/adept/adept/lister.cpp index 4b2e812..ea0ba08 100644 --- a/adept/adept/lister.cpp +++ b/adept/adept/lister.cpp @@ -79,7 +79,7 @@ Lister::Lister( TQWidget *parent, const char *name ) addColumn( i18n( " " ), 18); // This column is for identifying // main packages. (manchicken) #endif - addColumn( i18n( "tqStatus" ), met.width( i18n( "not installed" ) ) + 10 ); + addColumn( i18n( "Status" ), met.width( i18n( "not installed" ) ) + 10 ); addColumn( i18n( "Requested" ), met.width( i18n( "Requested" ) ) + 10 ); addColumn( i18n( "Description" ), 300); setToggleColumn( Lister::ColFirst ); diff --git a/adept/adept/packageinfo.cpp b/adept/adept/packageinfo.cpp index d0f52a9..0386604 100644 --- a/adept/adept/packageinfo.cpp +++ b/adept/adept/packageinfo.cpp @@ -158,7 +158,7 @@ void PackageInfo::notifyPostChange( component::Base * ) u8( p.actionString( unk ) ) ) + i18n( " requested</nobr>" ) ); */ m_status->setText( - labelFormat( i18n( "tqStatus:" ), colorify( + labelFormat( i18n( "Status:" ), colorify( statusColor( p ), u8( p.statusString( u8( i18n( "Unknown" ) ) ) ) ) ) ); m_change->setText( diff --git a/adept/libadept/lister.cpp b/adept/libadept/lister.cpp index a48b906..e864270 100644 --- a/adept/libadept/lister.cpp +++ b/adept/libadept/lister.cpp @@ -59,7 +59,7 @@ Lister::Lister( TQWidget *parent, const char *name ) // addColumn(" ", 40); // addColumn(" ", 18); addColumn( i18n( "Package" ), 180); - addColumn( i18n( "tqStatus" ), 110); + addColumn( i18n( "Status" ), 110); addColumn( i18n( "Requested" ), 90); addColumn( i18n( "Description" ), 300); setToggleColumn( 0 ); diff --git a/adept/libadept/packageinfo.cpp b/adept/libadept/packageinfo.cpp index d0f52a9..0386604 100644 --- a/adept/libadept/packageinfo.cpp +++ b/adept/libadept/packageinfo.cpp @@ -158,7 +158,7 @@ void PackageInfo::notifyPostChange( component::Base * ) u8( p.actionString( unk ) ) ) + i18n( " requested</nobr>" ) ); */ m_status->setText( - labelFormat( i18n( "tqStatus:" ), colorify( + labelFormat( i18n( "Status:" ), colorify( statusColor( p ), u8( p.statusString( u8( i18n( "Unknown" ) ) ) ) ) ) ); m_change->setText( |
