diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index 96a7db0e6d..4e1a540171 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -67,7 +67,7 @@ static IconItem icons[] = { LPGEN("Conversations"), "timetree", ICO_TIMETREE }, { LPGEN("Template group"), "tplgroup", ICO_TPLGROUP }, - { LPGEN("Cancer edit"), "reset", ICO_RESET }, + { LPGEN("Cancel edit"), "reset", ICO_RESET }, { LPGEN("Update preview"), "preview", ICO_PREVIEW }, { LPGEN("Help"), "varhelp", ICO_VARHELP } }; |