(file_mask_dialog): grammar.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2018-07-01 10:16:08 +03:00
parent eb507862ff
commit 0af1c270e2

View File

@ -1180,7 +1180,7 @@ file_mask_dialog (file_op_context_t * ctx, FileOperation operation,
if (ctx == NULL)
return NULL;
/* unselect checkbox if target filesystem don't support attributes */
/* unselect checkbox if target filesystem doesn't support attributes */
ctx->op_preserve = filegui__check_attrs_on_fs (def_text);
ctx->stable_symlinks = FALSE;
*do_bg = FALSE;