Improve branding by avoiding explicit use of 'FreeCAD' in tool tips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user