CVS_SILENT i18n style guide fixes, first run

svn path=/trunk/kdebase/kwin/; revision=385798
This commit is contained in:
Stephan Binner 2005-02-03 10:49:53 +00:00
parent 54643be728
commit 4bd15b9f8f
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ For example "<b>Shift+Alt+(123) Shift+Ctrl+(ABC)</b>" will first try
<cstring>pushButton1</cstring> <cstring>pushButton1</cstring>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Single shortcut</string> <string>&amp;Single Shortcut</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>

View file

@ -660,7 +660,7 @@ void RulesWidget::shortcutEditClicked()
} }
RulesDialog::RulesDialog( QWidget* parent, const char* name ) RulesDialog::RulesDialog( QWidget* parent, const char* name )
: KDialogBase( parent, name, true, i18n( "Edit window-specific settings" ), Ok | Cancel ) : KDialogBase( parent, name, true, i18n( "Edit Window-Specific Settings" ), Ok | Cancel )
{ {
widget = new RulesWidget( this ); widget = new RulesWidget( this );
setMainWidget( widget ); setMainWidget( widget );