mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
remove redundant Core.bundle.get (#5947)
This commit is contained in:
parent
5641b4901c
commit
a393e21326
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class DatabaseDialog extends BaseDialog{
|
|||
cont.table(s -> {
|
||||
s.image(Icon.zoom).padRight(8);
|
||||
search = s.field(null, text -> rebuild()).growX().get();
|
||||
search.setMessageText(Core.bundle.get("players.search"));
|
||||
search.setMessageText("@players.search");
|
||||
}).fillX().padBottom(4).row();
|
||||
|
||||
cont.pane(all);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue