diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-14 15:59:58 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-06-14 15:59:58 -0500 |
commit | 8002a463e5fcd9d0b65ca2a445addf37cb117e32 (patch) | |
tree | 1d5977be611dbe180740138fd3d9cc8dbb8680a6 /src/timezone.h | |
parent | 02de1c63c25e9b978f32ee1a1f1969f48ed62c18 (diff) | |
download | ayatana-indicator-datetime-8002a463e5fcd9d0b65ca2a445addf37cb117e32.tar.gz ayatana-indicator-datetime-8002a463e5fcd9d0b65ca2a445addf37cb117e32.tar.bz2 ayatana-indicator-datetime-8002a463e5fcd9d0b65ca2a445addf37cb117e32.zip |
minor copyediting
Diffstat (limited to 'src/timezone.h')
-rw-r--r-- | src/timezone.h | 5 |
1 files changed, 2 insertions, 3 deletions
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. |