Fix: Typo in extensions repository lock info message

`Fore` -> `Force`

Pull Request: https://projects.blender.org/blender/blender/pulls/126778
This commit is contained in:
Andrej730
2024-08-26 12:28:52 +02:00
committed by Pratik Borhade
parent 0b86b05a75
commit 798fbe7dbd

View File

@@ -377,7 +377,7 @@ def lock_result_any_failed_with_report(op, lock_result, report_type='ERROR'):
unlock_hint_text = (
"\n"
"If the lock was held by a Blender instance that exited unexpectedly,\n"
"use: \"Fore Unlock Repository\" to clear the lock.\n"
"use: \"Force Unlock Repository\" to clear the lock.\n"
"Access from the \"Repositories\" popover in the extensions preferences."
)