IDEA-231824 localize SE: "... more"

GitOrigin-RevId: 8713ad35ae3862243e3dbd2b3d9c17be65fd835a
This commit is contained in:
Dmitry.Krasilschikov
2020-01-30 16:05:25 +02:00
committed by intellij-monorepo-bot
parent d2f7e79a5c
commit a55a2ee6b8
3 changed files with 5 additions and 3 deletions

View File

@@ -2488,7 +2488,7 @@ public class SearchEverywhereAction extends AnAction implements CustomComponentA
static class More extends JPanel {
static final More instance = new More();
final JLabel label = new JLabel(" ... more ");
final JLabel label = new JLabel(IdeBundle.message("search.everywhere.points.spaces.more"));
private More() {
super(new BorderLayout());

View File

@@ -1027,7 +1027,7 @@ public class SearchEverywhereUI extends BigPopupUI implements DataProvider, Quic
throw new AssertionError(value);
}
setFont(UIUtil.getLabelFont().deriveFont(UIUtil.getFontSize(UIUtil.FontSize.SMALL)));
append("... more", SMALL_LABEL_ATTRS);
append(IdeBundle.message("search.everywhere.points.more"), SMALL_LABEL_ATTRS);
setIpad(JBInsets.create(1, 7));
setMyBorder(null);
}

View File

@@ -1839,4 +1839,6 @@ search.everywhere.group.name.symbols=Symbols
search.everywhere.group.name.recent.files=Recent Files
big.popup.filter.button.all=All
big.popup.filter.button.none=None
big.popup.filter.button.invert=Invert
big.popup.filter.button.invert=Invert
search.everywhere.points.more=... more
search.everywhere.points.spaces.more=\ ... more