postfix templates cosmetics

This commit is contained in:
Sergey Ignatov
2013-12-19 14:49:01 +04:00
parent 09948c03e3
commit 4cc2790cd6
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<grid row="0" column="0" row-span="1" col-span="2" vsize-policy="1" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="&amp;Enable Postfix plugin"/>
<text value="&amp;Enable postfix templates"/>
</properties>
</component>
<grid id="a9fc9" binding="myTemplatesListPanelContainer" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">

View File

@@ -74,7 +74,7 @@ public class PostfixCompletionConfigurable implements SearchableConfigurable, Ed
@Nls
@Override
public String getDisplayName() {
return "Postfix Completion";
return "Postfix Templates";
}
@Nullable