summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2020-03-21 10:59:32 -0400
committerGitHub <noreply@github.com>2020-03-21 10:59:32 -0400
commit7e56f6eac2f02ffb0fe3d17214fdcc9738746a58 (patch)
tree86857c14ff70e7f66aeb7053c3c85f90c303ef57 /locale/circuitpython.pot
parent98f5cf25a5a3da98bba099a3ce375b286942bb12 (diff)
parent9d2270a979b3d3ce107a2ea830b6bf7beecb1fdc (diff)
Merge pull request #2721 from jepler/cannot-assign
runtime: Improve error message when setting read-only property
Diffstat (limited to 'locale/circuitpython.pot')
-rw-r--r--locale/circuitpython.pot6
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot
index 352178a93..53ee64795 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-03-17 16:39-0500\n"
+"POT-Creation-Date: 2020-03-20 17:57-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"
@@ -133,6 +133,10 @@ msgstr ""
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
msgstr ""
+#: py/runtime.c
+msgid "'%s' object cannot assign attribute '%q'"
+msgstr ""
+
#: py/proto.c
msgid "'%s' object does not support '%q'"
msgstr ""