mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55: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
|
||||
TrackingViewStep::prettyName() const
|
||||
{
|
||||
return tr( "Telemetry" );
|
||||
return tr( "Feedback" );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -13,16 +13,13 @@
|
|||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,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>
|
||||
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0">
|
||||
<item>
|
||||
<widget class="QLabel" name="generalExplanation">
|
||||
<property name="styleSheet">
|
||||
<string notr="true">margin-bottom: 1ex;
|
||||
margin-left: 2em;</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Placeholder</string>
|
||||
</property>
|
||||
|
@ -271,7 +268,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="generalPolicyLabel">
|
||||
<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 name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
|
|
Loading…
Add table
Reference in a new issue