/pidgin/main: 28a84e67172c: Merged in rlaager/pidgin/release-2.x...

Gary Kramlich grim at reaperworld.com
Mon Jul 18 00:33:08 EDT 2016


Changeset: 28a84e67172cb2f8be8ecf3d910f7bc1eac467c0
Author:	 Gary Kramlich <grim at reaperworld.com>
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"));



More information about the Commits mailing list