diff options
author | monsta <[email protected]> | 2016-12-06 00:19:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-06 00:19:13 +0300 |
commit | 2a88ab81ef05832affa4cbfa18099ed53301db39 (patch) | |
tree | f38a94f5015b15a0fcef85f78f042d02e3324b8f | |
parent | ce20afc126e23a60ae559f4cd9ac8476f5e3e291 (diff) | |
download | mate-applets-2a88ab81ef05832affa4cbfa18099ed53301db39.tar.bz2 mate-applets-2a88ab81ef05832affa4cbfa18099ed53301db39.tar.xz |
netspeed: fix couple of typos in schema
-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> |