diff options
author | infirit <[email protected]> | 2014-12-18 16:29:12 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 16:29:12 +0100 |
commit | 61a40499507138fd1620475487c1b6772be3e37a (patch) | |
tree | 7fcc768a9ba4d90d24362aaeebd4a9d273570ee1 /src/org.mate.system-monitor.gschema.xml.in.in | |
parent | 3d122e030b4b139ec563de4e0d16a2bceb0a9bf9 (diff) | |
download | mate-system-monitor-61a40499507138fd1620475487c1b6772be3e37a.tar.bz2 mate-system-monitor-61a40499507138fd1620475487c1b6772be3e37a.tar.xz |
Various small string fixes.
Mostly capitalisation fixes, but there are some spelling fixes, and
three strings which have had markup removed. One string has been
changed from using an ASCII ellipsis to a Unicode one.
Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a
From: Philip Withnall <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
Diffstat (limited to 'src/org.mate.system-monitor.gschema.xml.in.in')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 9b96b05..56e249f 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -16,7 +16,7 @@ <key name="solaris-mode" type="b"> <default>false</default> <_summary>Solaris mode for CPU percentage</_summary> - <_description>If TRUE, system-monitor operates in 'Solaris mode' where a task's cpu usage is divided by the total number of CPUs. Else it operates in 'Irix mode'.</_description> + <_description>If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage is divided by the total number of CPUs. Otherwise, it operates in 'Irix mode'.</_description> </key> <key name="smooth-refresh" type="b"> <default>true</default> @@ -36,8 +36,8 @@ </key> <key name="show-all-fs" type="b"> <default>false</default> - <_summary>Whether information about all filesystems should be displayed</_summary> - <_description>Whether to display information about all filesystems (including types like 'autofs' and 'procfs'). Useful for getting a list of all currently mounted filesystems.</_description> + <_summary>Whether information about all file systems should be displayed</_summary> + <_description>Whether to display information about all file systems (including types like 'autofs' and 'procfs'). Useful for getting a list of all currently mounted file systems.</_description> </key> <key name="disks-interval" type="i"> <default>5000</default> @@ -54,27 +54,27 @@ </key> <key name="cpu-color0" type="s"> <default>'#FF6E00'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color1" type="s"> <default>'#CB0C29'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color2" type="s"> <default>'#49A835'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color3" type="s"> <default>'#2D7DB3'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color4" type="s"> <default>'#FF6600'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color5" type="s"> <default>'#6600CC'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color6" type="s"> <default>'#990000'</default> @@ -82,43 +82,43 @@ </key> <key name="cpu-color7" type="s"> <default>'#000099'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color8" type="s"> <default>'#FFCC00'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color9" type="s"> <default>'#009900'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color10" type="s"> <default>'#CC6600'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color11" type="s"> <default>'#330099'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color12" type="s"> <default>'#CC0066'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color13" type="s"> <default>'#00FFCC'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color14" type="s"> <default>'#FFCC99'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="cpu-color15" type="s"> <default>'#339999'</default> - <_summary>Default graph cpu color</_summary> + <_summary>Default graph CPU color</_summary> </key> <key name="mem-color" type="s"> <default>'#AB1852'</default> - <_summary>Default graph mem color</_summary> + <_summary>Default graph memory color</_summary> </key> <key name="swap-color" type="s"> <default>'#49A835'</default> |