1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Pulled string into Bundle.

This commit is contained in:
Nick Davis
2014-04-15 17:25:00 -04:00
parent b3c9b23feb
commit 9be7f69405
2 changed files with 2 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ public class AboutWindowPanel extends JPanel implements HyperlinkListener {
jScrollPane2.setViewportView(description);
verboseLoggingButton.setBackground(new java.awt.Color(255, 255, 255));
verboseLoggingButton.setText("Activate verbose logging");
verboseLoggingButton.setText(NbBundle.getMessage(this.getClass(), "AboutWindowPanel.actVerboseLogging.text"));
verboseLoggingButton.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
activateVerboseLogging(evt);

View File

@@ -148,3 +148,4 @@ FXVideoPanel.pauseButton.infoLabel.playbackErr=Playback error.
GstVideoPanel.progress.infoLabel.updateErr=Error updating video progress\: {0}
GstVideoPanel.ExtractMedia.progress.buffering=Buffering {0}
GeneralPanel.jLabel4.text=Number of threads to use for file ingest:
AboutWindowPanel.actVerboseLogging.text=Activate verbose logging