make Show All Tabs action name & description closer to the behavior

This commit is contained in:
peter
2014-01-29 19:40:24 +01:00
parent 23c0651d0f
commit c314c53745
2 changed files with 2 additions and 3 deletions
@@ -36,7 +36,6 @@ public class TabListAction extends AnAction {
@Override
public void update(AnActionEvent e) {
e.getPresentation().setEnabled(isTabListAvailable(e));
e.getPresentation().setDescription("Shows the popup of all tabs when single row editor tab layout is used and all tabs don't fit on the screen");
}
private static boolean isTabListAvailable(AnActionEvent e) {
@@ -1365,8 +1365,8 @@ action.Images.ShowThumbnails.description=Show thumbnails view for current direct
action.Diff.UpdatedFiles.text=Show Diff
action.Diff.UpdatedFiles.description=Show diff with version before update
action.TabList.text=Show All Tabs
action.TabList.description=Show dropdown with the list of all tabs in single-row tab layout
action.TabList.text=Show Hidden Tabs
action.TabList.description=Show dropdown with the list of tabs that don't fit on the screen in single-row tab layout
action.FillParagraph.text=Fill Paragraph
action.FillParagraph.description=Reformat string literal or comment to fit maximum width (usually 80)