Improve branding by avoiding explicit use of 'FreeCAD' in tool tips
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -237,7 +237,7 @@
|
||||
<item row="10" column="0" colspan="4">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600;">Note:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> The changes become active the next time you start FreeCAD</span></p></body></html></string>
|
||||
<string><html><head/><body><p><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:600;">Note:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;"> The changes become active the next time you start the application</span></p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user