Skip to content

Commit

Permalink
Fix localization string, fixes #220
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Aug 30, 2024
1 parent e17f074 commit e840d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clicked/Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ L["Change scope"] = true
L["Profile"] = true
L["Imported Clicked profile from %s"] = true
L["Global"] = true
L["The behavior of the self-cast modifier has changed in Dragonflight, bindings using the '%s' key modifier may not work correctly. It is recommended to disable it by setting it to 'NONE' in the options menu. You can disable this warning by typing %s"] = true
L["The behavior of the self-cast modifier has changed in Dragonflight, bindings using the '%s' key modifier may not work correctly. It is recommended to disable it by setting it to 'NONE' in the options menu. You can disable this warning by typing: %s"] = true
L["Disabled self-cast warning, type this command again to re-enable it."] = true
L["Enabled self-cast warning, type this command again to disable it."] = true
L["X"] = true
Expand Down

0 comments on commit e840d8a

Please sign in to comment.