diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-25 10:04:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-25 10:04:29 -0400 |
| commit | 54b41e42d916617ee956447ce83cd21ff96bd68d (patch) | |
| tree | e18f42f7287fb53f4282c08fdeb2766f516e1f11 /locale/circuitpython.pot | |
| parent | 18d67be7a8ece7a35b325043a45e2214f6fc476c (diff) | |
| parent | 0698e61553dff1dd79014129aef2abe4ff02559d (diff) | |
Merge pull request #1699 from pewpew-game/typo1
Really fix the error messages in bleio, this time
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 55784b5f8..735459a47 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-03-25 09:19+0100\n" +"POT-Creation-Date: 2019-03-25 14:08+0100\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" @@ -639,7 +639,7 @@ msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c #, c-format -msgid "Failed to notify or indicate attribute value, err x0%04x" +msgid "Failed to notify or indicate attribute value, err 0x%04x" msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c @@ -649,7 +649,7 @@ msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c #, c-format -msgid "Failed to read attribute value, err x0%04x" +msgid "Failed to read attribute value, err 0x%04x" msgstr "" #: ports/nrf/common-hal/bleio/Characteristic.c |
