summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/networkbackends/network-manager/dbus-introspection
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-07-07 22:14:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-07 22:37:13 +0900
commitc76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3 (patch)
tree165203f9bcab23defadc9c1f2a56c99365b5887f /tdecore/tdehw/networkbackends/network-manager/dbus-introspection
parent32566accdab31f598381e7e68330055f4a7178f1 (diff)
downloadtdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.tar.gz
tdelibs-c76553c4fb3ee8f839c17b4dc3c3beb3c4338eb3.zip
tdehw: TRUE/FALSE --> true/false renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/networkbackends/network-manager/dbus-introspection')
-rw-r--r--tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-device.xml6
-rw-r--r--tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-manager.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-device.xml b/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-device.xml
index 5b2c98b3c..4223eebd0 100644
--- a/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-device.xml
+++ b/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-device.xml
@@ -103,15 +103,15 @@
</property>
<property name="Autoconnect" type="b" access="readwrite">
<tp:docstring>
- If TRUE, indicates the device is allowed to autoconnect. If FALSE,
+ If true, indicates the device is allowed to autoconnect. If false,
manual intervention is required before the device will automatically
connect to a known network, such as activating a connection using the
- device, or setting this property to TRUE.
+ device, or setting this property to true.
</tp:docstring>
</property>
<property name="FirmwareMissing" type="b" access="read">
<tp:docstring>
- If TRUE, indicates the device is likely missing firmware necessary for
+ If true, indicates the device is likely missing firmware necessary for
its operation.
</tp:docstring>
</property>
diff --git a/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-manager.xml b/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-manager.xml
index f5fd7abcf..4394694ef 100644
--- a/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-manager.xml
+++ b/tdecore/tdehw/networkbackends/network-manager/dbus-introspection/nm-manager.xml
@@ -168,7 +168,7 @@
</tp:docstring>
<arg name="enable" type="b" direction="in">
<tp:docstring>
- If FALSE, indicates that all networking should be disabled. If TRUE,
+ If false, indicates that all networking should be disabled. If true,
indicates that NetworkManager should begin managing network devices.
</tp:docstring>
</arg>