mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
add missing translation line
This commit is contained in:
parent
41caa8ccbc
commit
6e9276e5a3
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class AddonsDialog(QDialog):
|
|||
def onlyOneSelected(self):
|
||||
dirs = self.selectedAddons()
|
||||
if len(dirs) != 1:
|
||||
showInfo("Please select a single add-on first.")
|
||||
showInfo(_("Please select a single add-on first."))
|
||||
return
|
||||
return dirs[0]
|
||||
|
||||
|
|
Loading…
Reference in a new issue