CVS_SILENT
Corrected typos. svn path=/trunk/kdebase/kwin/; revision=326308
This commit is contained in:
parent
6add783810
commit
a4fc81e367
3 changed files with 5 additions and 5 deletions
|
@ -123,7 +123,7 @@ void DetectDialog::executeDialog()
|
||||||
I18N_NOOP( "Desktop" ),
|
I18N_NOOP( "Desktop" ),
|
||||||
I18N_NOOP( "Dock (panel)" ),
|
I18N_NOOP( "Dock (panel)" ),
|
||||||
I18N_NOOP( "Toolbar" ),
|
I18N_NOOP( "Toolbar" ),
|
||||||
I18N_NOOP( "Torn Off Menu" ),
|
I18N_NOOP( "Torn-Off Menu" ),
|
||||||
I18N_NOOP( "Dialog Window" ),
|
I18N_NOOP( "Dialog Window" ),
|
||||||
I18N_NOOP( "Override Type" ),
|
I18N_NOOP( "Override Type" ),
|
||||||
I18N_NOOP( "Standalone Menubar" ),
|
I18N_NOOP( "Standalone Menubar" ),
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
<string>Use window class and window &role (specific window)</string>
|
<string>Use window class and window &role (specific window)</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="whatsThis" stdset="0">
|
<property name="whatsThis" stdset="0">
|
||||||
<string>For selecting a specific window in an application, both window class and window role should be selected. Window class will determine the application and window role the specific window in the application. Many applications don't provide useful window roles though.</string>
|
<string>For selecting a specific window in an application, both window class and window role should be selected. Window class will determine the application, and window role the specific window in the application; many applications do not provide useful window roles though.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QRadioButton">
|
<widget class="QRadioButton">
|
||||||
|
|
|
@ -395,7 +395,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Torn Off Menu</string>
|
<string>Torn-Off Menu</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -1671,7 +1671,7 @@
|
||||||
<cstring>enable_fsplevel</cstring>
|
<cstring>enable_fsplevel</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Focus stealing prevention</string>
|
<string>Focus-stealing prevention</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="KComboBox" row="2" column="1">
|
<widget class="KComboBox" row="2" column="1">
|
||||||
|
@ -1720,7 +1720,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Torn Off Menu</string>
|
<string>Torn-Off Menu</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue