/pidgin/main: 28a84e67172c: Merged in rlaager/pidgin/release-2.x...
Gary Kramlich <[email protected]> Mon, 18 Jul 2016 00:33:08 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 28a84e67172cb2f8be8ecf3d910f7bc1eac467c0 Author: Gary Kramlich <[email protected]> Date: 2016-07-01 16:22 -0500 Branch: release-2.x.y URL: https://hg.pidgin.im/pidgin/main/rev/28a84e67172c Description: Merged in rlaager/pidgin/release-2.x.y (pull request #60) Message Notification: Drop redundant "Notify for" diffstat: pidgin/plugins/notify.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (21 lines): diff --git a/pidgin/plugins/notify.c b/pidgin/plugins/notify.c --- a/pidgin/plugins/notify.c +++ b/pidgin/plugins/notify.c @@ -718,7 +718,7 @@ get_config_frame(PurplePlugin *plugin) G_CALLBACK(type_toggle_cb), "type_im"); ref = toggle; - toggle = gtk_check_button_new_with_mnemonic(_("\t_Notify for System messages")); + toggle = gtk_check_button_new_with_mnemonic(_("\tS_ystem messages")); gtk_box_pack_start(GTK_BOX(vbox), toggle, FALSE, FALSE, 0); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toggle), purple_prefs_get_bool("/plugins/gtk/X11/notify/type_im_sys")); @@ -746,7 +746,7 @@ get_config_frame(PurplePlugin *plugin) g_signal_connect(G_OBJECT(ref), "toggled", G_CALLBACK(pidgin_toggle_sensitive), toggle); - toggle = gtk_check_button_new_with_mnemonic(_("\tNotify for _System messages")); + toggle = gtk_check_button_new_with_mnemonic(_("\tS_ystem messages")); gtk_box_pack_start(GTK_BOX(vbox), toggle, FALSE, FALSE, 0); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toggle), purple_prefs_get_bool("/plugins/gtk/X11/notify/type_chat_sys")); _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits