From 05574d9b2f7f86bbd773ffddb4f1b51e1c4762ea Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 31 Oct 2016 10:06:20 +0100 Subject: [PATCH] Tracker: Fixed alert button label for renaming of home folder Fixed copy&paste error for button label of renaming action. --- src/kits/tracker/FSUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/tracker/FSUtils.cpp b/src/kits/tracker/FSUtils.cpp index ce8161839a..f0c09a6c7d 100644 --- a/src/kits/tracker/FSUtils.cpp +++ b/src/kits/tracker/FSUtils.cpp @@ -673,7 +673,7 @@ ConfirmChangeIfWellKnownDirectory(const BEntry* entry, DestructiveAction action, B_TRANSLATE("If you rename the home folder, %osName " "may not behave properly!\n\nAre you sure you want to do this?" "\n\nTo rename the home folder anyway, hold down the " - "Shift key and click \"Move\".")); + "Shift key and click \"Rename\".")); } else if (action == kMove) { warning .SetTo( B_TRANSLATE("If you move the home folder, %osName "