CVS_SILENT i18n style guide fixes, first run

svn path=/trunk/kdebase/kwin/; revision=385798
icc-effect-5.14.5
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>
</property>
<property name="text">
<string>&amp;Single shortcut</string>
<string>&amp;Single Shortcut</string>
</property>
</widget>
<spacer>

View File

@ -660,7 +660,7 @@ void RulesWidget::shortcutEditClicked()
}
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 );
setMainWidget( widget );