mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IDEA-231824 localize SE: "... more"
GitOrigin-RevId: 8713ad35ae3862243e3dbd2b3d9c17be65fd835a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d2f7e79a5c
commit
a55a2ee6b8
@@ -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());
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user