From 6de3a3ae8ac3f68a6c09d08c71fbb20833651f5c Mon Sep 17 00:00:00 2001 From: Sean Budd Date: Mon, 16 Jun 2025 15:00:17 +1000 Subject: [PATCH] Fix Korean add-on store string (#18252) Fixes #18250 Summary of the issue: There was syntax error in the korean translations, which cause the add-on store to fail to open Description of user facing changes: Add-on store now opens correctly when NVDA uses korean localisations Description of developer facing changes: None Description of development approach: Fix string --- source/locale/ko/LC_MESSAGES/nvda.po | 2 +- user_docs/en/changes.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 2f3d468b6bf..4a1e8740939 100644 --- a/user_docs/en/changes.md +++ b/user_docs/en/changes.md @@ -1,5 +1,13 @@ # What's New in NVDA +## 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.