Skip to content

Commit 791e0cc

Browse files
[pythonscripting] typos “A(n) scope module”, plural form (#19467)
1 parent f63c36c commit 791e0cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bundles/org.openhab.automation.pythonscripting/src/main/resources/OH-INF/config/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<label>Use scope and import wrapper</label>
2121
<description><![CDATA[
2222
This enables a scope module and and import wrapper.<br>
23-
An scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with <code>import scope</code><br>
23+
A scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with <code>import scope</code><br>
2424
Additionally you can run an import like <code>from org.openhab.core import OpenHAB</code>
2525
]]></description>
2626
<default>true</default>
2727
<advanced>true</advanced>
2828
</parameter>
2929
<parameter name="helperEnabled" type="boolean" required="true" groupName="environment">
30-
<label>Install openHAB Python helper modules and keep it updated (requires scope module)</label>
30+
<label>Install openHAB Python helper modules and keep them updated (requires scope module)</label>
3131
<description><![CDATA[
3232
Deploy and update openHAB Python helper modules like rule, logger, Registry, Timer etc...<br>
3333
If disabled, the openHAB Python helper module can be installed manually by copying it to /conf/automation/python/lib/openhab"

bundles/org.openhab.automation.pythonscripting/src/main/resources/OH-INF/i18n/pythonscripting.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ automation.config.pythonscripting.group.environment.label = Python Environment
1313
automation.config.pythonscripting.group.environment.description = This group defines Python's environment.
1414
automation.config.pythonscripting.group.system.label = System Behavior
1515
automation.config.pythonscripting.group.system.description = This group defines Python's system behavior.
16-
automation.config.pythonscripting.helperEnabled.label = Install openHAB Python helper modules and keep it updated (requires scope module)
16+
automation.config.pythonscripting.helperEnabled.label = Install openHAB Python helper modules and keep them updated (requires scope module)
1717
automation.config.pythonscripting.helperEnabled.description = Deploy and update openHAB Python helper modules like rule, logger, Registry, Timer etc...<br> If disabled, the openHAB Python helper module can be installed manually by copying it to /conf/automation/python/lib/openhab"
1818
automation.config.pythonscripting.injectionEnabled.label = Inject scope and helper objects into UI based rules (requires helper modules)
1919
automation.config.pythonscripting.injectionEnabled.description = This injects the scope module and core helper Registry and logger into UI based rules.
@@ -23,4 +23,4 @@ automation.config.pythonscripting.injectionEnabled.option.0 = Disable auto injec
2323
automation.config.pythonscripting.jythonEmulation.label = Enable Jython emulation
2424
automation.config.pythonscripting.jythonEmulation.description = This enables Jython emulation in GraalPy. It is strongly recommended to update code to GraalPy and Python 3 as the emulation can have performance degradation. For tips and instructions, please refer to <a href="https://www.graalvm.org/latest/reference-manual/python/Modern-Python-on-JVM">Jython Migration Guide</a>.
2525
automation.config.pythonscripting.scopeEnabled.label = Use scope and import wrapper
26-
automation.config.pythonscripting.scopeEnabled.description = This enables a scope module and and import wrapper.<br> An scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with <code>import scope</code><br> Additionally you can run an import like <code>from org.openhab.core import OpenHAB</code>
26+
automation.config.pythonscripting.scopeEnabled.description = This enables a scope module and and import wrapper.<br> A scope module is an encapsulated module containing all openHAB jsr223 objects and can be imported with <code>import scope</code><br> Additionally you can run an import like <code>from org.openhab.core import OpenHAB</code>

0 commit comments

Comments
 (0)