From 8dda510a73fd31bbd7d9320b486a6dddcee4b2a9 Mon Sep 17 00:00:00 2001 From: tommady Date: Sat, 19 Apr 2025 12:56:24 +0000 Subject: [PATCH] address comment Signed-off-by: tommady --- src/utils/question.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/question.rs b/src/utils/question.rs index d95595a..4b4c97e 100644 --- a/src/utils/question.rs +++ b/src/utils/question.rs @@ -48,7 +48,7 @@ pub enum FileConflitOperation { /// Rename the file /// It'll be put "_1" at the end of the filename or "_2","_3","_4".. if already exists Rename, - /// Merge duplicated files + /// Merge conflicting folders Merge, }