Renamed italic and bold to emphasis and strong emphasis

This commit is contained in:
Veronica K. B. Olsen
2020-06-27 20:45:24 +02:00
parent 4d88b20fc1
commit a15af30578
4 changed files with 30 additions and 29 deletions
+3 -3
View File
@@ -74,9 +74,9 @@ class nwDocAction(Enum):
CUT = 3
COPY = 4
PASTE = 5
ITALIC = 6
BOLD = 7
BOLDITALIC = 8
ENPH = 6
STRONG = 7
STRONGEMPH = 8
STRIKE = 9
S_QUOTE = 10
D_QUOTE = 11