From 8002a463e5fcd9d0b65ca2a445addf37cb117e32 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 14 Jun 2013 15:59:58 -0500 Subject: minor copyediting --- src/timezone.c | 1 - src/timezone.h | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/timezone.c b/src/timezone.c index 546a3e3..a543155 100644 --- a/src/timezone.c +++ b/src/timezone.c @@ -103,4 +103,3 @@ indicator_datetime_timezone_notify_timezone (IndicatorDatetimeTimezone * self) g_object_notify_by_pspec (G_OBJECT(self), properties[PROP_TIMEZONE]); } - diff --git a/src/timezone.h b/src/timezone.h index cadeb6f..076bedc 100644 --- a/src/timezone.h +++ b/src/timezone.h @@ -41,9 +41,8 @@ GType indicator_datetime_timezone_get_type (void); /** * Abstract Base Class for objects that provide a timezone. * - * This is used in datetime to determine the user's current timezone - * so that it can be displayed more prominently in the locations - * section of the indicator's menu. + * We use this in datetime to determine the user's current timezone + * for display in the 'locations' section of the datetime indicator. * * This class has a 'timezone' property that clients can watch * for change notifications. -- cgit v1.2.3