editor: tweaking some action descriptions
[fnpeditor.git] / src / editor / plugins / core / templates.js
index 7d6d74f..bca8467 100644 (file)
@@ -34,7 +34,7 @@ var insertTemplateAction = {
             };
         }
 
             };
         }
 
-        description = interpolate(gettext('Insert template %s after %s'), [params.template.name, params.fragment.node.getNearestElementNode().getTagName()]);
+        description = interpolate(gettext('Insert template %s'), [params.template.name]);
         return {
             allowed: true,
             description: description,
         return {
             allowed: true,
             description: description,