diff options
Diffstat (limited to 'netspeed/data')
-rw-r--r-- | netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in b/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in index 4723e345..83ef38da 100644 --- a/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in +++ b/netspeed/data/org.mate.panel.applet.netspeed.gschema.xml.in @@ -48,12 +48,12 @@ <key name="up-command" type="s"> <default>''</default> <summary>Up command</summary> - <description>Command the execute to activate the device</description> + <description>Command to execute to activate the device</description> </key> <key name="down-command" type="s"> <default>''</default> <summary>Down command</summary> - <description>Command the execute to shut down the device</description> + <description>Command to execute to shut down the device</description> </key> <key name="show-quality-icon" type="b"> <default>true</default> |