summaryrefslogtreecommitdiff
path: root/src/gsm_color_button.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-19 00:56:41 +0100
committerinfirit <[email protected]>2014-12-19 00:56:41 +0100
commitd27b9eb6bfbf119641a62cca679cc2ec68117d41 (patch)
treef2c8e07eac97adf59601d3f957c2bf989f0b30ae /src/gsm_color_button.c
parentb7514aab3d702cffd61b17be5acd2478ad811d45 (diff)
downloadmate-system-monitor-d27b9eb6bfbf119641a62cca679cc2ec68117d41.tar.bz2
mate-system-monitor-d27b9eb6bfbf119641a62cca679cc2ec68117d41.tar.xz
Add some translator comments taken from GSM
Diffstat (limited to 'src/gsm_color_button.c')
-rw-r--r--src/gsm_color_button.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm_color_button.c b/src/gsm_color_button.c
index 5244d3b..19e249b 100644
--- a/src/gsm_color_button.c
+++ b/src/gsm_color_button.c
@@ -201,6 +201,7 @@ gsm_color_button_class_init (GSMColorButtonClass * klass)
PROP_PERCENTAGE,
g_param_spec_double ("fraction",
_("Fraction"),
+ // TRANSLATORS: description of the pie color picker's (mem, swap) filled percentage property
_("Percentage full for pie color pickers"),
0, 1, 0.5,
G_PARAM_READWRITE));