Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fr-window: fix typo
  • Loading branch information
raveit65 committed Sep 5, 2018
1 parent 5a4ff85 commit fa7097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fr-window.c
Expand Up @@ -2706,7 +2706,7 @@ fr_window_progress_cb (FrArchive *archive,
case FR_ACTION_EXTRACTING_FILES:
case FR_ACTION_DELETING_FILES:
message = g_strdup_printf (ngettext ("%d file remaining",
"%'d files remaining",
"%d files remaining",
remaining_files), remaining_files);
break;
default:
Expand Down

0 comments on commit fa7097c

Please sign in to comment.