5114 fix refactored bundle messages

This commit is contained in:
William Schaefer 2019-07-17 14:13:21 -04:00
parent dc3975f142
commit 4dbdcb79bd
4 changed files with 2 additions and 2 deletions

View File

@ -140,3 +140,4 @@ FileSearchDialog.objCheckBox.text=Objects
FileSearchDialog.exifCheckBox.text=Must contain EXIF data
FileSearchDialog.notableCheckBox.text=Must have been tagged as notable
FileSearchDialog.scoreCheckBox.text=Has score
SearchNode.getName.text=Search Result

View File

@ -36,6 +36,7 @@ public class SearchNode extends AbstractNode {
this.children = (SearchChildren) this.getChildren();
}
@NbBundle.Messages({"SearchNode.getName.text=Search Result"})
@Override
public String getName() {
return NbBundle.getMessage(this.getClass(), "SearchNode.getName.text");

View File

@ -45,7 +45,6 @@ FileSearchPanel.search.validationErr.msg=Validation Error: {0}
FileSearchPanel.emptyWhereClause.text=Invalid options, nothing to show.
KnownStatusSearchFilter.noneSelectedMsg.text=At least one known status must be selected\!
NameSearchFilter.emptyNameMsg.text=Must enter something for name search.
SearchNode.getName.text=Search Result
SizeSearchPanel.sizeCompareComboBox.equalTo=equal to
SizeSearchPanel.sizeCompareComboBox.greaterThan=greater than
SizeSearchPanel.sizeCompareComboBox.lessThan=less than

View File

@ -58,7 +58,6 @@ FileSearchPanel.search.validationErr.msg=Validation Error: {0}
FileSearchPanel.emptyWhereClause.text=Invalid options, nothing to show.
KnownStatusSearchFilter.noneSelectedMsg.text=At least one known status must be selected\!
NameSearchFilter.emptyNameMsg.text=Must enter something for name search.
SearchNode.getName.text=Search Result
SizeSearchPanel.sizeCompareComboBox.equalTo=equal to
SizeSearchPanel.sizeCompareComboBox.greaterThan=greater than
SizeSearchPanel.sizeCompareComboBox.lessThan=less than