/pidgin/main: 93ca6095dbe6: Remove extraneous periods in Add Cha...
Richard Laager
rlaager at pidgin.im
Mon Jan 4 13:29:16 EST 2016
Changeset: 93ca6095dbe6e4532cae7668a70d52935ec88701
Author: Richard Laager <rlaager at pidgin.im>
Date: 2016-01-04 12:01 -0600
Branch: release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/93ca6095dbe6
Description:
Remove extraneous periods in Add Chat dialog
Closes #15128
See also BitBucket PR #6
diffstat:
pidgin/gtkblist.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/pidgin/gtkblist.c b/pidgin/gtkblist.c
--- a/pidgin/gtkblist.c
+++ b/pidgin/gtkblist.c
@@ -7294,8 +7294,8 @@ pidgin_blist_request_add_chat(PurpleAcco
data->chat_data.rq_data.sg, data->group_combo,
TRUE, NULL);
- data->autojoin = gtk_check_button_new_with_mnemonic(_("Auto_join when account connects."));
- data->persistent = gtk_check_button_new_with_mnemonic(_("_Remain in chat after window is closed."));
+ data->autojoin = gtk_check_button_new_with_mnemonic(_("Automatically _join when account connects"));
+ data->persistent = gtk_check_button_new_with_mnemonic(_("_Remain in chat after window is closed"));
gtk_box_pack_start(GTK_BOX(vbox), data->autojoin, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(vbox), data->persistent, FALSE, FALSE, 0);
More information about the Commits
mailing list