diff options
| author | Jeff Epler <jepler@gmail.com> | 2021-02-18 17:23:55 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2021-02-18 17:23:55 -0600 |
| commit | b854c06a0ca31e97b4c6998ff8ef5b314ebf49e4 (patch) | |
| tree | 5f182c6ed39a2c94c3f592d1e1aebf734388dafb | |
| parent | 5c758523c0cd967beccc5e84457b154d9c9e071a (diff) | |
make translate
| -rw-r--r-- | locale/circuitpython.pot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b1bc1a390..0a79520b8 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -4112,7 +4112,8 @@ msgid "watchdog timeout must be greater than 0" msgstr "" #: shared-bindings/bitops/__init__.c -msgid "width must be from 2 to 8 (inclusive)" +#, c-format +msgid "width must be from 2 to 8 (inclusive), not %d" msgstr "" #: shared-bindings/rgbmatrix/RGBMatrix.c |
