aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-08 13:46:45 -0600
committerTed Gould <ted@gould.cx>2011-02-08 13:46:45 -0600
commitc721c1d4d5d63e5765898aab2b8906b3187b3e93 (patch)
tree1dc8ab1919773dbed27cf361e42b84355107658a
parenta0328a7ca5a8aad4a8713ee53ff3b790fa958c86 (diff)
downloadayatana-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.
-rw-r--r--src/datetime-service.c2
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;
}