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:
angryziber 2008-03-13 21:33:00 +00:00
parent 44e9289693
commit 91bb687beb

View File

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