Skip to content

Commit

Permalink
Change alarm symbol (See discussion in #1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
d7415 committed Jul 29, 2021
1 parent db98a1d commit be7731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/khalendar/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def symbol_strings(self):
if self._locale['unicode_symbols']:
return {
'recurring': '\N{Clockwise gapped circle arrow}',
'alarming': '\N{Beamed eighth notes}',
'alarming': '\N{Alarm clock}',
'range': '\N{Left right arrow}',
'range_end': '\N{Rightwards arrow to bar}',
'range_start': '\N{Rightwards arrow from bar}',
Expand Down

0 comments on commit be7731d

Please sign in to comment.