Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Sep 30, 2024
1 parent 48dbd02 commit a130594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/speechLogger/configUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import config
import ui
import globalVars
from gui.dpiScalingHelper import (DpiScalingHelperMixinWithoutInit, scalesize)
from gui.dpiScalingHelper import (DpiScalingHelperMixinWithoutInit, scaleSize)
from gui.settingsDialogs import (SettingsPanel, PANEL_DESCRIPTION_WIDTH)
from gui import guiHelper
from logHandler import log
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Logs speech utterances to a file, after the user presses an initiating key. Can also log NVDA remote session speech from the NVDA Remote add-on, to the same or another file. Optionally includes speech from say-all."""),
# version
"addon_version": "24.2.511",
"addon_version": "24.2.512",
# Author(s)
"addon_author": "Luke Davis <XLTechie@newanswertech.com>, James Scholes",
# URL for the add-on documentation support
Expand Down

0 comments on commit a130594

Please sign in to comment.