/pidgin/main: 1448543681b6: Remove a space before an ellipse

Richard Laager rlaager at pidgin.im
Mon Jul 18 00:33:07 EDT 2016


Changeset: 1448543681b6d4aa865d3395b5a8d024cdc60363
Author:	 Richard Laager <rlaager at pidgin.im>
Date:	 2016-06-07 00:48 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/1448543681b6

Description:

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());



More information about the Commits mailing list