mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
bugfix: label names corrected
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@279 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
parent
44e9289693
commit
91bb687beb
@ -62,7 +62,7 @@ public class FileActions {
|
||||
// gather lists of extensions and exporter names
|
||||
List<String> extensions = new ArrayList<String>();
|
||||
List<String> descriptions = new ArrayList<String>();
|
||||
StringBuffer labelBuffer = new StringBuffer(Labels.getLabel(isSelection ? "title.saveSelection" : "title.saveAll"));
|
||||
StringBuffer labelBuffer = new StringBuffer(Labels.getLabel(isSelection ? "title.exportSelection" : "title.exportAll"));
|
||||
addFileExtensions(extensions, descriptions, labelBuffer);
|
||||
|
||||
// initialize other stuff
|
||||
|
||||
Loading…
Reference in New Issue
Block a user