summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorKattni <kattni@adafruit.com>2020-02-04 12:19:09 -0500
committerGitHub <noreply@github.com>2020-02-04 12:19:09 -0500
commitc10479f2bba4dfd210471218deae62f6e6561bc8 (patch)
tree94d55a8e77802fb8405e212b5466cc82ba92d4e8 /locale/circuitpython.pot
parent67440acd3eebe0776acd3babd854a48de76771a3 (diff)
parent66ca659709b0033a3199375deef2eaa75d2e1d53 (diff)
Merge pull request #2582 from dhalbert/palette-color-list-tuple
allow tuple or list for Palette color
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index f85bcba83..acd4c3eb0 100644
--- a/locale/circuitpython.pot
+++ b/locale/circuitpython.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-29 17:27-0800\n"
+"POT-Creation-Date: 2020-02-03 23:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1821,7 +1821,7 @@ msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
msgstr ""
#: shared-bindings/displayio/Palette.c
-msgid "color buffer must be a buffer or int"
+msgid "color buffer must be a buffer, tuple, list, or int"
msgstr ""
#: shared-bindings/displayio/Palette.c