mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +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);
|
||||
addMenuItem(popup, "Edition (set)...", true, null, new Command() {
|
||||
addMenuItem(popup, "Sets...", true, null, new Command() {
|
||||
@Override
|
||||
public void execute() {
|
||||
final DialogChooseSets dialog = new DialogChooseSets(null, null, true);
|
||||
|
||||
Reference in New Issue
Block a user