Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/locale/ko/LC_MESSAGES/nvda.po
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading