Tracker: Fixed alert button label for renaming of home folder

Fixed copy&paste error for button label of renaming action.
This commit is contained in:
Humdinger
2016-10-31 10:09:49 +01:00
parent 7af63063bb
commit 05574d9b2f
+1 -1
View File
@@ -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 "