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

@@ -56,7 +56,7 @@
<item>
<widget class="QComboBox" name="Languages">
<property name="toolTip">
<string>Language of FreeCAD's user interface</string>
<string>Language of the application's user interface</string>
</property>
</widget>
</item>
@@ -137,7 +137,7 @@
<item>
<widget class="QCheckBox" name="tiledBackground">
<property name="toolTip">
<string>Background of FreeCAD's main window will consist of tiles of a special image.
<string>Background of the main window will consist of tiles of a special image.
See the FreeCAD Wiki for details about the image.</string>
</property>
<property name="text">
@@ -233,7 +233,7 @@ See the FreeCAD Wiki for details about the image.</string>
<item row="2" column="0">
<widget class="Gui::PrefCheckBox" name="SplashScreen">
<property name="toolTip">
<string>Splash screen of FreeCAD is shown when starting</string>
<string>Splash screen is shown when starting the application</string>
</property>
<property name="text">
<string>Enable splash screen at start up</string>
@@ -267,7 +267,7 @@ See the FreeCAD Wiki for details about the image.</string>
<item row="0" column="1">
<widget class="QComboBox" name="AutoloadModuleCombo">
<property name="toolTip">
<string>What workbench will be used after starting FreeCAD</string>
<string>What workbench will be used after starting the application</string>
</property>
</widget>
</item>

View File

@@ -109,7 +109,7 @@
<item row="0" column="0">
<widget class="Gui::PrefCheckBox" name="prefCheckNewDoc">
<property name="toolTip">
<string>FreeCAD will create a new document when started</string>
<string>The application will create a new document when started</string>
</property>
<property name="text">
<string>Create new document at start up</string>
@@ -238,7 +238,7 @@ This feature may slightly increase recomputation time.</string>
<item row="2" column="0">
<widget class="Gui::PrefCheckBox" name="prefRecovery">
<property name="toolTip">
<string>If there is a recovery file available FreeCAD will
<string>If there is a recovery file available the application will
automatically run a file recovery when it is started.</string>
</property>
<property name="text">
@@ -390,7 +390,7 @@ automatically run a file recovery when it is started.</string>
<item row="6" column="0">
<widget class="Gui::PrefCheckBox" name="prefAddLogo">
<property name="toolTip">
<string>FreeCAD program logo will be added to the thumbnail</string>
<string>Program logo will be added to the thumbnail</string>
</property>
<property name="text">
<string>Add the program logo to the generated thumbnail</string>

View File

@@ -45,7 +45,7 @@
<item>
<widget class="QSpinBox" name="spinBoxDecimals">
<property name="toolTip">
<string>Number of decimals that should be shown for numbers and dimensions in FreeCAD</string>
<string>Number of decimals that should be shown for numbers and dimensions</string>
</property>
<property name="minimum">
<number>1</number>
@@ -69,7 +69,7 @@
<item>
<widget class="QComboBox" name="comboBox_ViewSystem">
<property name="toolTip">
<string>Unit system that should be used for all parts of FreeCAD</string>
<string>Unit system that should be used for all parts the application</string>
</property>
<item>
<property name="text">

View File

@@ -237,7 +237,7 @@
<item row="10" column="0" colspan="4">
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600;&quot;&gt;Note:&lt;/span&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt;&quot;&gt; The changes become active the next time you start FreeCAD&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600;&quot;&gt;Note:&lt;/span&gt;&lt;span style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt;&quot;&gt; The changes become active the next time you start the application&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>

View File

@@ -72,7 +72,7 @@
</font>
</property>
<property name="text">
<string>Let FreeCAD manage (create, delete) the working directories for all solver. Use temporary directories.</string>
<string>Let the application manage (create, delete) the working directories for all solver. Use temporary directories.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@@ -113,9 +113,6 @@
<layout class="QGridLayout" name="gridLayout2">
<item row="0" column="1">
<widget class="Gui::PrefFileChooser" name="prefFileChooser2">
<property name="toolTip">
<string>The path to the POV-Ray executable, if you want to render from FreeCAD</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>PovrayExecutable</cstring>
</property>

View File

@@ -22,6 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QApplication>
#endif
#include "DlgSettingsRayImp.h"
#include <Gui/PrefWidgets.h>
@@ -29,6 +32,8 @@
using namespace RaytracingGui;
/* TRANSLATOR RaytracingGui::DlgSettingsRayImp */
/**
* Constructs a DlgSettings3DViewImp which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
@@ -37,6 +42,7 @@ DlgSettingsRayImp::DlgSettingsRayImp( QWidget* parent )
: PreferencePage( parent )
{
this->setupUi(this);
prefFileChooser2->setToolTip(tr("The path to the POV-Ray executable, if you want to render from %1").arg(qApp->applicationName()));
}
/**

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>

View File

@@ -26,7 +26,7 @@
<string>ActiveView to TD View</string>
</property>
<property name="windowIcon">
<iconset resource="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc">
<iconset resource="Resources/TechDraw.qrc">
<normaloff>:/icons/actions/techdraw-activeview.svg</normaloff>:/icons/actions/techdraw-activeview.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -237,7 +237,7 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../../../../Source/FreeCAD-src/src/Mod/TechDraw/Gui/Resources/TechDraw.qrc"/>
<include location="Resources/TechDraw.qrc"/>
</resources>
<connections/>
</ui>