forked from qt-creator/qt-creator
Sessions: Fix UI text according to the guidelines
https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html Task-number: QTCREATORBUG-23683 Change-Id: Ie74ee222f5ff7393b65c6f1128cf2e64bb0007ae Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
To switch between sessions, select \uicontrol {Switch to}.
|
||||
To switch between sessions, select \uicontrol {Switch To}.
|
||||
|
||||
When you launch \QC, a list of existing sessions is displayed in the
|
||||
\uicontrol Welcome mode. To open a session, select it or press
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="btSwitch">
|
||||
<property name="text">
|
||||
<string>&Switch to</string>
|
||||
<string>&Switch To</string>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user