diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-08-05 22:54:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-05 22:54:12 -0400 |
| commit | 1e8800117a8b727fbee708bc352e958498f45472 (patch) | |
| tree | 0d7ef6bcc62b491f88e97088d4aa3ee6e6fcc0a0 /locale/circuitpython.pot | |
| parent | 59efce30358d0112c5cdc033c9a3309ac965fbbf (diff) | |
| parent | 26f64dd8ecd488c3f9867362436825f55ae3def9 (diff) | |
Merge pull request #2040 from tannewt/merge_in_410
Merge 4.1.0 into master
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b872fa74d..a2e66cc5d 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: 2019-07-31 16:30-0500\n" +"POT-Creation-Date: 2019-08-05 17:52-0700\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" @@ -1153,7 +1153,11 @@ msgid "Tile height must exactly divide bitmap height" msgstr "" #: shared-bindings/displayio/TileGrid.c -msgid "Tile indices must be 0 - 255" +msgid "Tile index out of bounds" +msgstr "" + +#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c +msgid "Tile value out of bounds" msgstr "" #: shared-bindings/displayio/TileGrid.c @@ -2417,10 +2421,6 @@ msgstr "" msgid "threshold must be in the range 0-65536" msgstr "" -#: shared-bindings/displayio/TileGrid.c -msgid "tile index out of bounds" -msgstr "" - #: shared-bindings/time/__init__.c msgid "time.struct_time() takes a 9-sequence" msgstr "" |
