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:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user