rename "Edition (set)" menu item to "Sets"

This commit is contained in:
myk
2013-02-01 00:51:23 +00:00
parent fbf6f177e8
commit 1ea1bbc398

View File

@@ -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);