Improve branding by avoiding explicit use of 'FreeCAD' in tool tips

This commit is contained in:
wmayer
2019-09-07 13:18:59 +02:00
parent 145fe107e4
commit ee8ec4568b
9 changed files with 21 additions and 18 deletions

View File

@@ -130,7 +130,7 @@
<item row="0" column="1">
<widget class="Gui::PrefCheckBox" name="checkBox">
<property name="toolTip">
<string>Shows a notepad next to the file thumbnails, where you can keep notes across FreeCAD sessions</string>
<string>Shows a notepad next to the file thumbnails, where you can keep notes across sessions</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
@@ -614,7 +614,7 @@
<item row="2" column="1">
<widget class="Gui::PrefCheckBox" name="checkBox_3">
<property name="toolTip">
<string>If FreeCAD is started by opening a file, apply the two settings above</string>
<string>If application is started by opening a file, apply the two settings above</string>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>