We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61566b commit a635958Copy full SHA for a635958
2 files changed
addon/doc/pt_BR/readme.md
@@ -96,7 +96,7 @@ Notas:
96
## Mudanças na 14.0
97
* Compatível com o NVDA 2021.1.
98
99
-## Mudanças na 13.0
+## Mudanças na 13.0
100
* Corrigido um problema no leiaute visual do painel de configurações, graças
101
a Cyrille Bougot.
102
* Documentação melhorada.
addon/installTasks.py
@@ -11,7 +11,7 @@
11
addonHandler.initTranslation()
12
13
confspec = {
14
- "separator": "string(default=" ")",
+ "separator": "string(default=)",
15
"addTextBefore": "boolean(default=False)",
16
"confirmToAdd": "boolean(default=False)",
17
"confirmToClear": "boolean(default=False)",
0 commit comments