From 78bea8a57f262204eb9a1745be0a3a45d191d391 Mon Sep 17 00:00:00 2001 From: Val Voronov Date: Fri, 15 Jan 2021 01:36:35 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/general/fonts.lua | 2 +- locales/enUS.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/general/fonts.lua b/config/general/fonts.lua index 5d1f2d24..5d83a8f8 100644 --- a/config/general/fonts.lua +++ b/config/general/fonts.lua @@ -143,7 +143,7 @@ function CONFIG:CreateGeneralFontsPanel(order) font = { order = reset(2), type = "select", - name = L["STATUSBAR_BARS"], + name = L["PROGRESS_BARS"], dialogControl = "LSM30_Font", values = LSM:HashTable("font"), get = function() diff --git a/locales/enUS.lua b/locales/enUS.lua index 6c733e45..8ae88004 100644 --- a/locales/enUS.lua +++ b/locales/enUS.lua @@ -500,4 +500,4 @@ L["ZONE_TEXT"] = "Zone Text" L["COOLDOWNS"] = "Cooldowns" L["BUTTONS"] = "Buttons" -L["STATUSBAR_BARS"] = "Progress Bars" +L["PROGRESS_BARS"] = "Progress Bars"