label.oview_calc = Recalculating overview...
option.enable_disable_autosearch = When ticked, search results will update automatically\nIf not, you need to press return.
option.autosearch = Autosearch
+label.retrieve_ids = Retrieve IDs
\ No newline at end of file
jbInit();
if (fetcher != null)
{
- mainFramTabs.addTab("Retrieve IDs", fetcher);
+ mainFramTabs.addTab(MessageManager.getString("label.retrieve_ids"),
+ fetcher);
fetcher.setDatabaseChooserVisible(false);
fetcher.embedWithFTSPanel(this);
}