1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-10 11:05:06 +02:00

fixed #1766 change prompt text in the first page of the new firewall wizard

This commit is contained in:
Vadim Kurland
2010-10-04 20:48:26 +00:00
parent 8aa32e61d6
commit f77e2d35b8
3 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
#define BUILD_NUM 3307
#define BUILD_NUM 3308

View File

@@ -554,7 +554,7 @@ void FWWindow::showIntroDialog()
"<img src=':/Images/fwbuilder3-128x128.png'>"
"</td>"
"<td align='center'>"
"<h1>Welcome to Firewall Builder v4</h1>"
"<h1>Welcome to Firewall Builder</h1>"
"<h3>Quick Start Guide</h3>"
"</td>"
"</tr>"

View File

@@ -61,10 +61,10 @@
<item row="0" column="0">
<widget class="QLabel" name="label631">
<property name="text">
<string>Enter the name of the new object below:</string>
<string>Name of the new firewall object:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
@@ -80,7 +80,7 @@
<string>Choose firewall software it is running:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
@@ -96,7 +96,7 @@
<string>Choose OS the new firewall runs on:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>