Corrected the progress label

This commit is contained in:
Pierre Pronchery 2015-03-24 19:25:23 +01:00
parent 15bbb1b398
commit 68e980dbce

View File

@ -163,7 +163,7 @@ static void _move_refresh(Move * move)
filename = p;
gtk_label_set_text(GTK_LABEL(move->label), filename);
free(p);
snprintf(buf, sizeof(buf), _("File %u of %u"), move->cur,
snprintf(buf, sizeof(buf), _("File %u of %u"), move->cur + 1,
move->filec - 1);
fraction = move->cur;
fraction /= move->filec - 1;