Merge pull request #1669 from millmanorama/develop

correct capitalization in UI messages
This commit is contained in:
Richard Cordovano 2015-10-26 11:02:28 -04:00
commit 07183ee07a

View File

@ -454,7 +454,7 @@ public class EventsRepository {
} }
@Override @Override
@NbBundle.Messages({"progressWindow.msg.populateMacEventsFiles=populating mac events for files:", @NbBundle.Messages({"progressWindow.msg.populateMacEventsFiles==Populating MAC time events for files:",
"progressWindow.msg.reinit_db=(re)initializing events database", "progressWindow.msg.reinit_db=(re)initializing events database",
"progressWindow.msg.commitingDb=committing events db"}) "progressWindow.msg.commitingDb=committing events db"})
protected Void doInBackground() throws Exception { protected Void doInBackground() throws Exception {
@ -587,7 +587,7 @@ public class EventsRepository {
* @param trans the db transaction to use * @param trans the db transaction to use
* @param skCase a reference to the sleuthkit case * @param skCase a reference to the sleuthkit case
*/ */
@NbBundle.Messages({"# {0} - event type ", "progressWindow.populatingXevents=populating {0} events"}) @NbBundle.Messages({"# {0} - event type ", "progressWindow.populatingXevents=Populating {0} events"})
private void populateEventType(final ArtifactEventType type, EventDB.EventTransaction trans) { private void populateEventType(final ArtifactEventType type, EventDB.EventTransaction trans) {
try { try {
//get all the blackboard artifacts corresponding to the given event sub_type //get all the blackboard artifacts corresponding to the given event sub_type