aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-03-02 17:11:45 -0500
committerGitHub <noreply@github.com>2021-03-02 17:11:45 -0500
commit15615effc2f8a9f991ace105f8a9f7bb51982059 (patch)
tree5cb6a37de75ace8c5fbc9c6bdb4f453229822cb1 /locale
parent0a58d451ad82375b261177cc63871655e257dfaf (diff)
parent3268330b3a54415817a315f862952dc2263a6291 (diff)
Merge pull request #4276 from bergdahl/patch-1
Update StateMachine.c
Diffstat (limited to 'locale')
-rw-r--r--locale/circuitpython.pot10
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 20eb26e63..de921ec87 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -1086,7 +1086,7 @@ msgid "IV must be %d bytes long"
msgstr ""
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
-msgid "In buffer elements must be 4 bytes long or less"
+msgid "In-buffer elements must be <= 4 bytes long"
msgstr ""
#: py/persistentcode.c
@@ -1687,10 +1687,6 @@ msgstr ""
msgid "Operation timed out"
msgstr ""
-#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
-msgid "Out buffer elements must be 4 bytes long or less"
-msgstr ""
-
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
msgid "Out of memory"
msgstr ""
@@ -1699,6 +1695,10 @@ msgstr ""
msgid "Out of sockets"
msgstr ""
+#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
+msgid "Out-buffer elements must be <= 4 bytes long"
+msgstr ""
+
#: shared-bindings/bitops/__init__.c
#, c-format
msgid "Output buffer must be at least %d bytes"