summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimmo Leppälä <kimmo.leppala@qt.io>2019-04-25 13:50:10 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2019-05-06 04:09:17 +0000
commite40d5ffa94622c316ff89bc4a0515c804cb2570e (patch)
tree1a8d57256e5d6adae92fc4825506b3ee7d3afddd
parent7e724a2645f3b9448a41c11d9f1c3dcce32bfba6 (diff)
Change editor tooltip texts for OpenGL and Qt3D runtime viewers
Change-Id: I5079fa0e133a47d8d6805aef9ee57a5a4611d7b8 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
-rw-r--r--src/Authoring/Studio/MainFrm.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Authoring/Studio/MainFrm.ui b/src/Authoring/Studio/MainFrm.ui
index 772ff946..77305eda 100644
--- a/src/Authoring/Studio/MainFrm.ui
+++ b/src/Authoring/Studio/MainFrm.ui
@@ -784,10 +784,10 @@ Project palette using Import functionality.</string>
<disabledon>:/images/preview-disabled.png</disabledon>:/images/preview.png</iconset>
</property>
<property name="text">
- <string>Preview</string>
+ <string>Preview with Qt3D Runtime Viewer</string>
</property>
<property name="toolTip">
- <string>Preview (F5)</string>
+ <string>Preview with Qt3D Runtime Viewer (F5)</string>
</property>
<property name="shortcut">
<string>F5</string>
@@ -872,13 +872,13 @@ Project palette using Import functionality.</string>
<normaloff>:/images/playback_tools_play.png</normaloff>:/images/playback_tools_play.png</iconset>
</property>
<property name="text">
- <string>Preview with Legacy Qt 3D Viewer 1.1</string>
+ <string>Preview with OpenGL Runtime Viewer</string>
</property>
<property name="iconText">
- <string>Preview with Legacy Qt 3D Viewer 1.1</string>
+ <string>Preview with OpenGL Runtime Viewer</string>
</property>
<property name="toolTip">
- <string>Preview with Legacy Qt 3D Viewer 1.1</string>
+ <string>Preview with OpenGL Runtime Viewer</string>
</property>
</action>
<action name="actionImportAssets">