From 5ed1f8000c8deb9d7938edd0ea897ccd753a586a Mon Sep 17 00:00:00 2001 From: gallantron Date: Mon, 25 Jul 2022 22:37:45 +0200 Subject: [PATCH] typo fix v2 --- PallyPowerValues.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PallyPowerValues.lua b/PallyPowerValues.lua index 4d54949..e55149a 100644 --- a/PallyPowerValues.lua +++ b/PallyPowerValues.lua @@ -302,7 +302,7 @@ PALLYPOWER_REFRESH_DESC = L["PP_REFRESH_TOOLTIP"] PALLYPOWER_AUTOASSIGN = L["Auto-Assign"] PALLYPOWER_AUTOASSIGN_DESC = L["AUTO_ASSIGN_TOOLTIP"] PALLYPOWER_PRESET = L["Preset"] -PALLYPOWER_PRESET_DESC = L["PRESET_TOOLIP"] +PALLYPOWER_PRESET_DESC = L["PRESET_TOOLTIP"] PALLYPOWER_REPORT = L["Blessings Report"] PALLYPOWER_REPORT_DESC = L["BLESSING_REPORT_TOOLTIP"] PALLYPOWER_FREEASSIGN = L["Free Assignment"]