diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c index 1449191..a247a0d 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -321,7 +321,7 @@ edit_template_insert(edit_data *ed) if (!t) { - stats_info_msg_update("Can't insert template code here. Move the cursor inside the \"Collections,Images,Parts,Part\" scope."); + stats_info_msg_update("Can't insert template code here. Move the cursor inside the \"Collections,Images,Parts,Part,Programs\" scope."); return; }