diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c index abcd239..6c5e8c4 100644 --- a/src/testing.c +++ b/src/testing.c @@ -331,7 +331,7 @@ indicator_power_testing_class_init (IndicatorPowerTestingClass * klass) properties[PROP_SERVICE] = g_param_spec_object ( "service", "Servie", - "The IndicatorPower Service", + "The Ayatana Indicator Power Service", G_TYPE_OBJECT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY); |