config.save();
String title = getWikipedia().getWikiConfiguration().getPageTitle(
Namespace.CATEGORY, pageName);
Page page = DataManager.getPage(
getWikipedia(), title, null, null, null);
new PageListWorker(
getWikipedia(), this, page,
Collections.singletonList(title),
PageListWorker.Mode.CATEGORY_MEMBERS, false,
GT._("Category members of {0}", title)).start();
}