From d42808ad2240276c8316f4c43c8fbe8975a7b7d9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 4 Jul 2009 13:25:33 +0000 Subject: [PATCH] Changed label "Argument" to "Copying" --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/copy.c b/src/copy.c index f5329c8..b738c99 100644 --- a/src/copy.c +++ b/src/copy.c @@ -104,7 +104,7 @@ static int _copy(Prefs * prefs, int filec, char * filev[]) right = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); /* current argument */ hbox = gtk_hbox_new(FALSE, 0); - widget = gtk_label_new("Argument: "); + widget = gtk_label_new("Copying: "); bold = pango_font_description_new(); pango_font_description_set_weight(bold, PANGO_WEIGHT_BOLD); gtk_widget_modify_font(widget, bold);