1
0
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:
Vadim Kurland 2011-03-12 18:28:39 -08:00
parent 33070886db
commit 424708006b
2 changed files with 3 additions and 3 deletions

View File

@ -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();
}

View File

@ -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>