diff --git a/source/locale/ko/LC_MESSAGES/nvda.po b/source/locale/ko/LC_MESSAGES/nvda.po index fc035a09ae3..3e4252f2200 100644 --- a/source/locale/ko/LC_MESSAGES/nvda.po +++ b/source/locale/ko/LC_MESSAGES/nvda.po @@ -15311,7 +15311,7 @@ msgstr "날짜" #, python-brace-format msgctxt "addonStore" msgid "{column} (ascending)" -msgstr "{column} {오름차순)" +msgstr "{column} (오름차순)" #. Translators: An option of a combo box to sort columns in the add-on store, in descending order. #. {column} will be replaced with the column display string. diff --git a/user_docs/en/changes.md b/user_docs/en/changes.md index 39be0aa8d13..5f70d48399d 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -54,6 +54,14 @@ The several built-in table definitions are moved to the `__tables` module in tha #### Deprecations +## 2025.1.1 + +This is a patch release to fix a bug. + +### Bug fixes + +* Fixed bug where the Add-on Store would not open when using the Korean language for the NVDA interface. (#18250) + ## 2025.1 This release introduces NVDA Remote Access, allowing you to control a remote computer running NVDA from another device running NVDA.