diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-01-26 15:05:24 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-01-26 16:51:31 -0600 |
| commit | 189ec2fc60f8dbfb5b054174f0062b9baeb27ca3 (patch) | |
| tree | bb39c19932b580968ec791cb3482919a71796a79 /locale/circuitpython.pot | |
| parent | 1c10ec99a774538e0e39414beb99ca3f0a0b5694 (diff) | |
Disallow tile=0
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 4d8aceb85..81ee31e1e 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -3711,7 +3711,7 @@ msgid "threshold must be in the range 0-65536" msgstr "" #: shared-bindings/rgbmatrix/RGBMatrix.c -msgid "tile must be greater than or equal to zero" +msgid "tile must be greater than zero" msgstr "" #: shared-bindings/time/__init__.c |
