diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 13:46:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 13:46:45 -0600 |
commit | c721c1d4d5d63e5765898aab2b8906b3187b3e93 (patch) | |
tree | 1dc8ab1919773dbed27cf361e42b84355107658a /src | |
parent | a0328a7ca5a8aad4a8713ee53ff3b790fa958c86 (diff) | |
download | ayatana-indicator-datetime-c721c1d4d5d63e5765898aab2b8906b3187b3e93.tar.gz ayatana-indicator-datetime-c721c1d4d5d63e5765898aab2b8906b3187b3e93.tar.bz2 ayatana-indicator-datetime-c721c1d4d5d63e5765898aab2b8906b3187b3e93.zip |
Made translatable as it's a user focused message.
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index e7b20fb..7484144 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -514,7 +514,7 @@ geo_create_client (GeoclueMaster * master, GeoclueMasterClient * client, gchar * geo_master = client; if (geo_master != NULL) { - g_warning("Unable to get a GeoClue client! Geolocation based timezone support will not be available."); + g_warning(_("Unable to get a GeoClue client! Geolocation based timezone support will not be available.")); return; } |