rephrase title and button
[azimuth] / src / controlpanel-applet.c
index 3905d35..b1dd30d 100644 (file)
@@ -58,7 +58,7 @@ create_main_dialog (gpointer window, osso_context_t *osso)
       "modal", TRUE,
       NULL);
   gtk_window_set_title (GTK_WINDOW (dialog),
-      "Publish location");
+      "Publish position to contacts");
 
   bSave = gtk_dialog_add_button (GTK_DIALOG (dialog),
       dgettext ("hildon-libs", "wdgt_bd_save"),
@@ -67,7 +67,7 @@ create_main_dialog (gpointer window, osso_context_t *osso)
   button_enabled = hildon_check_button_new (HILDON_SIZE_FINGER_HEIGHT |
       HILDON_SIZE_AUTO_WIDTH);
   gtk_button_set_label (GTK_BUTTON (button_enabled),
-      "Enable Position Publishing");
+      "Publish position when GPS is running");
   g_signal_connect (button_enabled, "toggled", G_CALLBACK (enabled_toggled),
       NULL);
   enabled = gconf_client_get_bool (gconf_client, AZIMUTH_GCONF_KEY_ENABLED,