/pidgin/main: 97a43b771cb1: Merged in rlaager/pidgin/release-2.x...

Gary Kramlich <[email protected]> Mon, 18 Jul 2016 00:33:07 -0400
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 97a43b771cb1d4b65c3e9a3fb47a62290d1ff1d3
Author:	 Gary Kramlich <[email protected]>
Date:	 2016-07-01 16:17 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/97a43b771cb1

Description:

Merged in rlaager/pidgin/release-2.x.y (pull request #66)

Remove a space before an ellipse

diffstat:

 finch/gntsound.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/finch/gntsound.c b/finch/gntsound.c
--- a/finch/gntsound.c
+++ b/finch/gntsound.c
@@ -750,7 +750,7 @@ choose_cb(GntWidget *button, gpointer nu
 	FinchSoundEvent * event = &sounds[id];
 	char *path = NULL;
 
-	gnt_box_set_title(GNT_BOX(w), _("Select Sound File ..."));
+	gnt_box_set_title(GNT_BOX(w), _("Select Sound File..."));
 	gnt_file_sel_set_current_location(sel,
 			(event && event->file) ? (path = g_path_get_dirname(event->file))
 				: purple_home_dir());

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits