author | harlekin <harlekin> | 2002-07-31 17:37:10 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-07-31 17:37:10 (UTC) |
commit | 4e4dfc6d8cff94ba72c4e9b15937a2fa7a08eabd (patch) (side-by-side diff) | |
tree | 19d7c2156cadb7039879a22b537bfaa613614302 | |
parent | 3cd137ee5784ac9552650e4f8edb1696880ced28 (diff) | |
download | opie-4e4dfc6d8cff94ba72c4e9b15937a2fa7a08eabd.zip opie-4e4dfc6d8cff94ba72c4e9b15937a2fa7a08eabd.tar.gz opie-4e4dfc6d8cff94ba72c4e9b15937a2fa7a08eabd.tar.bz2 |
its now Light and Power Settings in the caption
-rw-r--r-- | core/settings/light-and-power/lightsettingsbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/light-and-power/lightsettingsbase.ui b/core/settings/light-and-power/lightsettingsbase.ui index f2a4552..dab9f1b 100644 --- a/core/settings/light-and-power/lightsettingsbase.ui +++ b/core/settings/light-and-power/lightsettingsbase.ui @@ -1,68 +1,68 @@ <!DOCTYPE UI><UI> <class>LightSettingsBase</class> <widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>LightSettingsBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> <width>269</width> <height>317</height> </rect> </property> <property stdset="1"> <name>caption</name> - <string>Light Settings</string> + <string>Light and Power Settings</string> </property> <property> <name>layoutMargin</name> </property> <vbox> <property stdset="1"> <name>margin</name> <number>7</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>auto_brightness</cstring> </property> <property stdset="1"> <name>text</name> <string>Adjust to environment</string> </property> <property> <name>whatsThis</name> <string>By sensing the ambient light where you are using your device, the screen light can be adjusted automatically. The brightness setting still affects the average brightness.</string> </property> </widget> <widget> <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>GroupBox3</cstring> </property> <property stdset="1"> <name>title</name> <string>Power saving</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <grid> <property stdset="1"> <name>margin</name> <number>11</number> |