CVS_SILENT i18n style guide fixes, first run
svn path=/trunk/kdebase/kwin/; revision=385798
This commit is contained in:
parent
54643be728
commit
4bd15b9f8f
2 changed files with 2 additions and 2 deletions
|
@ -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>&Single shortcut</string>
|
<string>&Single Shortcut</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<spacer>
|
<spacer>
|
||||||
|
|
|
@ -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 );
|
||||||
|
|
Loading…
Reference in a new issue