CVS_SILENT i18n style guide fixes
svn path=/trunk/kdebase/kcontrol/; revision=378860
This commit is contained in:
parent
056c4e7862
commit
b0d89e98db
1 changed files with 40 additions and 40 deletions
|
@ -326,7 +326,7 @@ QIconSet KDecorationPreviewBridge::icon() const
|
|||
|
||||
QString KDecorationPreviewBridge::caption() const
|
||||
{
|
||||
return active ? i18n( "Active window" ) : i18n( "Inactive window" );
|
||||
return active ? i18n( "Active Window" ) : i18n( "Inactive Window" );
|
||||
}
|
||||
|
||||
void KDecorationPreviewBridge::processMousePressEvent( QMouseEvent* )
|
||||
|
|
Loading…
Reference in a new issue