diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-01-12 10:39:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 10:39:55 -0500 |
| commit | 679b465d96643d14089751ee9618212e1359d503 (patch) | |
| tree | 8a90c5519f5b478d72d1647f7a537918bb543fdd /locale/circuitpython.pot | |
| parent | 047708e36e67beee14771120296cdf758f00601d (diff) | |
| parent | cd16f29efdc2df4544ffcccca5ae227be2f816ba (diff) | |
Merge pull request #3969 from microDev1/TouchAlarm
Fixes and Enhancement for Touch Alarm
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 5d80207b6..5a8c60763 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1488,12 +1488,12 @@ msgid "" "%d bpp given" msgstr "" -#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c -msgid "Only one alarm.time alarm can be set." +#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c +msgid "Only one TouchAlarm can be set in deep sleep." msgstr "" -#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c -msgid "Only one alarm.touch alarm can be set." +#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c +msgid "Only one alarm.time alarm can be set." msgstr "" #: shared-module/displayio/ColorConverter.c |
