Skip to content

Commit

Permalink
Better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kstange committed Aug 6, 2024
1 parent b4c7ea2 commit e22a5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ L["OPTIONS_DESCRIPTION_TAB_DEFAULT"] = "Use the enhanced merchant interface for
L["OPTIONS_TITLE_SORT_REMEMBER"] = "Remember sort order"
L["OPTIONS_DESCRIPTION_SORT_REMEMBER"] = "Keep the last used sort when switching between merchants. You can reset a merchant to the game's standard sort by holding CTRL while clicking on a column heading."
L["OPTIONS_TITLE_WINDOW_WIDTH"] = "Merchant window width"
L["OPTIONS_DESCRIPTION_WINDOW_WIDTH"] = "Set the width of the merchant window when Merchant Plus is selected. The recommended value is 800. The standard Merchant window size is 336. Make sure your selected columns fit in the window!"
L["OPTIONS_DESCRIPTION_WINDOW_WIDTH"] = "Set the window width of the enhanced merchant interface. The recommended value is %d. The standard merchant window size is %d. Make sure your displayed columns fit in the window!"
L["OPTIONS_TITLE_COLUMNS"] = "Displayed Columns"
L["OPTIONS_DESCRIPTION_COLUMNS"] = "Select the columns to be shown on merchants."
L["ERROR_FALSE_COLLECTABLE_PET"] = "%s (%d) on this merchant is mislabeled as a pet. Please report this issue via %s"
2 changes: 1 addition & 1 deletion Metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Metadata.Options = {
},
WindowWidth = {
name = L["OPTIONS_TITLE_WINDOW_WIDTH"],
desc = L["OPTIONS_DESCRIPTION_WINDOW_WIDTH"],
desc = format(L["OPTIONS_DESCRIPTION_WINDOW_WIDTH"], Metadata.Defaults.WindowWidth, 336),
type = "range",
min = 336,
max = 1800,
Expand Down

0 comments on commit e22a5d2

Please sign in to comment.