changeset 1385:cc705ee087cb

[gaim-migrate @ 1395] la committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 05 Jan 2001 08:40:32 +0000
parents 847b5e39a552
children f8f9c68960ea
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Fri Jan 05 02:09:12 2001 +0000
+++ b/src/prefs.c	Fri Jan 05 08:40:32 2001 +0000
@@ -1098,7 +1098,7 @@
 	gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 5);
 	gtk_widget_show(hbox);
 
-	label = gtk_label_new(_("Command to play sound files (%s for filename; internal if empty):"));
+	label = gtk_label_new(_("Command to play sound files (%s for filename; internal if empty)"));
 
 	gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5);
 	gtk_widget_show(label);