From: Guillaume Desmottes Date: Sun, 2 May 2010 18:22:06 +0000 (+0200) Subject: rephrase title and button X-Git-Tag: azimuth-0.2~21 X-Git-Url: http://git.maemo.org/git/?p=azimuth;a=commitdiff_plain;h=29447affdf03e5d435474ae94cf2f6c1489be4ca rephrase title and button --- diff --git a/debian/control b/debian/control index a7065ff..84eb496 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Homepage: https://garage.maemo.org/projects/azimuth/ Package: azimuth Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends} Description: Publish your location to your contacts Azimuth is a small application publishing your location to your contacts. . diff --git a/src/controlpanel-applet.c b/src/controlpanel-applet.c index 3905d35..b1dd30d 100644 --- a/src/controlpanel-applet.c +++ b/src/controlpanel-applet.c @@ -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,