mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
rename "Edition (set)" menu item to "Sets"
This commit is contained in:
@@ -149,7 +149,7 @@ public enum CCardCatalog implements ICDoc {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
popup.add(fmt);
|
popup.add(fmt);
|
||||||
addMenuItem(popup, "Edition (set)...", true, null, new Command() {
|
addMenuItem(popup, "Sets...", true, null, new Command() {
|
||||||
@Override
|
@Override
|
||||||
public void execute() {
|
public void execute() {
|
||||||
final DialogChooseSets dialog = new DialogChooseSets(null, null, true);
|
final DialogChooseSets dialog = new DialogChooseSets(null, null, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user