def _error(self):
self._stopped()
gui.messageBox(
# Translators: A message indicating that an error occurred while downloading an update to NVDA.
_("Error downloading add-on update."),
# Translators: The title of a dialog indicating that an error occurred while downloading an update to NVDA.
_("Error"),
wx.OK | wx.ICON_ERROR)
评论列表
文章目录