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:
Leena Miettinen
2020-03-11 12:04:28 +01:00
parent 268a61d530
commit 7be9d0f567
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -63,7 +63,7 @@
<item>
<widget class="QPushButton" name="btSwitch">
<property name="text">
<string>&amp;Switch to</string>
<string>&amp;Switch To</string>
</property>
<property name="default">
<bool>true</bool>