author | kergoth <kergoth> | 2003-03-28 00:44:11 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-28 00:44:11 (UTC) |
commit | 79907dc7b9d89717b0d02f51a4094449e28eca6c (patch) (side-by-side diff) | |
tree | 3b27dd65c54d5a3dbe3adf23a94c144ca8922e64 | |
parent | f196ea87989e6f51463a5beb5a37139d6e019a74 (diff) | |
download | opie-79907dc7b9d89717b0d02f51a4094449e28eca6c.zip opie-79907dc7b9d89717b0d02f51a4094449e28eca6c.tar.gz opie-79907dc7b9d89717b0d02f51a4094449e28eca6c.tar.bz2 |
Change wording from 'automatically bring up' to 'bring up on bootup' to try to make this option more clear..
-rw-r--r-- | noncore/settings/networksettings/interfaces/interfacesetup.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/interfaces/interfacesetup.ui b/noncore/settings/networksettings/interfaces/interfacesetup.ui index 2b45d49..aff9d6c 100644 --- a/noncore/settings/networksettings/interfaces/interfacesetup.ui +++ b/noncore/settings/networksettings/interfaces/interfacesetup.ui @@ -1,87 +1,87 @@ <!DOCTYPE UI><UI> <class>InterfaceSetup</class> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>InterfaceSetup</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>286</width> <height>280</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Interface Configuration</string> </property> <vbox> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>autoStart</cstring> </property> <property stdset="1"> <name>text</name> - <string>Automatically bring up</string> + <string>Bring up on bootup</string> </property> </widget> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>dhcpCheckBox</cstring> </property> <property stdset="1"> <name>text</name> <string>DHCP</string> </property> <property stdset="1"> <name>checked</name> <bool>true</bool> </property> </widget> <widget> <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>staticGroupBox</cstring> </property> <property stdset="1"> <name>enabled</name> <bool>false</bool> </property> <property stdset="1"> <name>frameShape</name> <enum>Box</enum> </property> <property stdset="1"> <name>frameShadow</name> <enum>Sunken</enum> </property> <property stdset="1"> <name>title</name> <string>Static Ip Configuration</string> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> |