mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[tracking] Adjust wording, drop page title
This commit is contained in:
parent
9a3ba75c2c
commit
4a96e83203
2 changed files with 7 additions and 10 deletions
|
@ -49,7 +49,7 @@ TrackingViewStep::~TrackingViewStep()
|
||||||
QString
|
QString
|
||||||
TrackingViewStep::prettyName() const
|
TrackingViewStep::prettyName() const
|
||||||
{
|
{
|
||||||
return tr( "Telemetry" );
|
return tr( "Feedback" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,16 +13,13 @@
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0,0">
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0">
|
||||||
<item>
|
|
||||||
<widget class="QLabel" name="label">
|
|
||||||
<property name="text">
|
|
||||||
<string><html><head/><body><p><span style=" font-size:16pt;">Install Tracking</span></p></body></html></string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="generalExplanation">
|
<widget class="QLabel" name="generalExplanation">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">margin-bottom: 1ex;
|
||||||
|
margin-left: 2em;</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Placeholder</string>
|
<string>Placeholder</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -271,7 +268,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="generalPolicyLabel">
|
<widget class="QLabel" name="generalPolicyLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about Install Tracking</span></a></p></body></html></string>
|
<string><html><head/><body><p><a href="placeholder"><span style=" text-decoration: underline; color:#2980b9;">Click here for more information about user feedback</span></a></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat">
|
<property name="textFormat">
|
||||||
<enum>Qt::RichText</enum>
|
<enum>Qt::RichText</enum>
|
||||||
|
|
Loading…
Add table
Reference in a new issue