remove redundant Core.bundle.get (#5947)
This commit is contained in:
@@ -36,7 +36,7 @@ public class DatabaseDialog extends BaseDialog{
|
|||||||
cont.table(s -> {
|
cont.table(s -> {
|
||||||
s.image(Icon.zoom).padRight(8);
|
s.image(Icon.zoom).padRight(8);
|
||||||
search = s.field(null, text -> rebuild()).growX().get();
|
search = s.field(null, text -> rebuild()).growX().get();
|
||||||
search.setMessageText(Core.bundle.get("players.search"));
|
search.setMessageText("@players.search");
|
||||||
}).fillX().padBottom(4).row();
|
}).fillX().padBottom(4).row();
|
||||||
|
|
||||||
cont.pane(all);
|
cont.pane(all);
|
||||||
|
|||||||
Reference in New Issue
Block a user