author | kergoth <kergoth> | 2003-03-28 00:44:11 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-28 00:44:11 (UTC) |
commit | 79907dc7b9d89717b0d02f51a4094449e28eca6c (patch) (unidiff) | |
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,135 +1,135 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>InterfaceSetup</class> | 2 | <class>InterfaceSetup</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QWidget</class> | 4 | <class>QWidget</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>InterfaceSetup</cstring> | 7 | <cstring>InterfaceSetup</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>286</width> | 14 | <width>286</width> |
15 | <height>280</height> | 15 | <height>280</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Interface Configuration</string> | 20 | <string>Interface Configuration</string> |
21 | </property> | 21 | </property> |
22 | <vbox> | 22 | <vbox> |
23 | <property stdset="1"> | 23 | <property stdset="1"> |
24 | <name>margin</name> | 24 | <name>margin</name> |
25 | <number>11</number> | 25 | <number>11</number> |
26 | </property> | 26 | </property> |
27 | <property stdset="1"> | 27 | <property stdset="1"> |
28 | <name>spacing</name> | 28 | <name>spacing</name> |
29 | <number>6</number> | 29 | <number>6</number> |
30 | </property> | 30 | </property> |
31 | <widget> | 31 | <widget> |
32 | <class>QCheckBox</class> | 32 | <class>QCheckBox</class> |
33 | <property stdset="1"> | 33 | <property stdset="1"> |
34 | <name>name</name> | 34 | <name>name</name> |
35 | <cstring>autoStart</cstring> | 35 | <cstring>autoStart</cstring> |
36 | </property> | 36 | </property> |
37 | <property stdset="1"> | 37 | <property stdset="1"> |
38 | <name>text</name> | 38 | <name>text</name> |
39 | <string>Automatically bring up</string> | 39 | <string>Bring up on bootup</string> |
40 | </property> | 40 | </property> |
41 | </widget> | 41 | </widget> |
42 | <widget> | 42 | <widget> |
43 | <class>QCheckBox</class> | 43 | <class>QCheckBox</class> |
44 | <property stdset="1"> | 44 | <property stdset="1"> |
45 | <name>name</name> | 45 | <name>name</name> |
46 | <cstring>dhcpCheckBox</cstring> | 46 | <cstring>dhcpCheckBox</cstring> |
47 | </property> | 47 | </property> |
48 | <property stdset="1"> | 48 | <property stdset="1"> |
49 | <name>text</name> | 49 | <name>text</name> |
50 | <string>DHCP</string> | 50 | <string>DHCP</string> |
51 | </property> | 51 | </property> |
52 | <property stdset="1"> | 52 | <property stdset="1"> |
53 | <name>checked</name> | 53 | <name>checked</name> |
54 | <bool>true</bool> | 54 | <bool>true</bool> |
55 | </property> | 55 | </property> |
56 | </widget> | 56 | </widget> |
57 | <widget> | 57 | <widget> |
58 | <class>QGroupBox</class> | 58 | <class>QGroupBox</class> |
59 | <property stdset="1"> | 59 | <property stdset="1"> |
60 | <name>name</name> | 60 | <name>name</name> |
61 | <cstring>staticGroupBox</cstring> | 61 | <cstring>staticGroupBox</cstring> |
62 | </property> | 62 | </property> |
63 | <property stdset="1"> | 63 | <property stdset="1"> |
64 | <name>enabled</name> | 64 | <name>enabled</name> |
65 | <bool>false</bool> | 65 | <bool>false</bool> |
66 | </property> | 66 | </property> |
67 | <property stdset="1"> | 67 | <property stdset="1"> |
68 | <name>frameShape</name> | 68 | <name>frameShape</name> |
69 | <enum>Box</enum> | 69 | <enum>Box</enum> |
70 | </property> | 70 | </property> |
71 | <property stdset="1"> | 71 | <property stdset="1"> |
72 | <name>frameShadow</name> | 72 | <name>frameShadow</name> |
73 | <enum>Sunken</enum> | 73 | <enum>Sunken</enum> |
74 | </property> | 74 | </property> |
75 | <property stdset="1"> | 75 | <property stdset="1"> |
76 | <name>title</name> | 76 | <name>title</name> |
77 | <string>Static Ip Configuration</string> | 77 | <string>Static Ip Configuration</string> |
78 | </property> | 78 | </property> |
79 | <grid> | 79 | <grid> |
80 | <property stdset="1"> | 80 | <property stdset="1"> |
81 | <name>margin</name> | 81 | <name>margin</name> |
82 | <number>11</number> | 82 | <number>11</number> |
83 | </property> | 83 | </property> |
84 | <property stdset="1"> | 84 | <property stdset="1"> |
85 | <name>spacing</name> | 85 | <name>spacing</name> |
86 | <number>6</number> | 86 | <number>6</number> |
87 | </property> | 87 | </property> |
88 | <widget row="1" column="0" > | 88 | <widget row="1" column="0" > |
89 | <class>QLabel</class> | 89 | <class>QLabel</class> |
90 | <property stdset="1"> | 90 | <property stdset="1"> |
91 | <name>name</name> | 91 | <name>name</name> |
92 | <cstring>TextLabel5</cstring> | 92 | <cstring>TextLabel5</cstring> |
93 | </property> | 93 | </property> |
94 | <property stdset="1"> | 94 | <property stdset="1"> |
95 | <name>text</name> | 95 | <name>text</name> |
96 | <string>Subnet Mask</string> | 96 | <string>Subnet Mask</string> |
97 | </property> | 97 | </property> |
98 | </widget> | 98 | </widget> |
99 | <widget row="2" column="1" > | 99 | <widget row="2" column="1" > |
100 | <class>QLineEdit</class> | 100 | <class>QLineEdit</class> |
101 | <property stdset="1"> | 101 | <property stdset="1"> |
102 | <name>name</name> | 102 | <name>name</name> |
103 | <cstring>gatewayEdit</cstring> | 103 | <cstring>gatewayEdit</cstring> |
104 | </property> | 104 | </property> |
105 | </widget> | 105 | </widget> |
106 | <widget row="1" column="1" > | 106 | <widget row="1" column="1" > |
107 | <class>QLineEdit</class> | 107 | <class>QLineEdit</class> |
108 | <property stdset="1"> | 108 | <property stdset="1"> |
109 | <name>name</name> | 109 | <name>name</name> |
110 | <cstring>subnetMaskEdit</cstring> | 110 | <cstring>subnetMaskEdit</cstring> |
111 | </property> | 111 | </property> |
112 | </widget> | 112 | </widget> |
113 | <widget row="0" column="1" > | 113 | <widget row="0" column="1" > |
114 | <class>QLineEdit</class> | 114 | <class>QLineEdit</class> |
115 | <property stdset="1"> | 115 | <property stdset="1"> |
116 | <name>name</name> | 116 | <name>name</name> |
117 | <cstring>ipAddressEdit</cstring> | 117 | <cstring>ipAddressEdit</cstring> |
118 | </property> | 118 | </property> |
119 | </widget> | 119 | </widget> |
120 | <widget row="3" column="0" > | 120 | <widget row="3" column="0" > |
121 | <class>QLabel</class> | 121 | <class>QLabel</class> |
122 | <property stdset="1"> | 122 | <property stdset="1"> |
123 | <name>name</name> | 123 | <name>name</name> |
124 | <cstring>TextLabel2</cstring> | 124 | <cstring>TextLabel2</cstring> |
125 | </property> | 125 | </property> |
126 | <property stdset="1"> | 126 | <property stdset="1"> |
127 | <name>text</name> | 127 | <name>text</name> |
128 | <string>First DNS</string> | 128 | <string>First DNS</string> |
129 | </property> | 129 | </property> |
130 | </widget> | 130 | </widget> |
131 | <widget row="0" column="0" > | 131 | <widget row="0" column="0" > |
132 | <class>QLabel</class> | 132 | <class>QLabel</class> |
133 | <property stdset="1"> | 133 | <property stdset="1"> |
134 | <name>name</name> | 134 | <name>name</name> |
135 | <cstring>TextLabel4</cstring> | 135 | <cstring>TextLabel4</cstring> |