mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-17 07:57:43 +02:00
see #2176 changed warning text and button label
This commit is contained in:
parent
33070886db
commit
424708006b
@ -277,8 +277,8 @@ void IC_PlatformWarningPage::initializePage()
|
||||
m_dialog->platformSpecificWarning->setText(
|
||||
tr("Firewall Builder does not support import of PF "
|
||||
"configurations at this time. Click the button below to "
|
||||
"register for updates about when PF import support will "
|
||||
"be available."));
|
||||
"vote to have this feature added in a future release."
|
||||
));
|
||||
platformOk = false;
|
||||
m_dialog->voteForFeatureButton->show();
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
<item row="1" column="0" colspan="3">
|
||||
<widget class="QPushButton" name="voteForFeatureButton">
|
||||
<property name="text">
|
||||
<string>Register (opens registration page in the web browser)</string>
|
||||
<string>Vote for PF import feature (opens web browser)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user