diff --git a/Ghidra/Features/Base/src/main/help/help/topics/SourceFilesTablePlugin/SourceFilesTable.html b/Ghidra/Features/Base/src/main/help/help/topics/SourceFilesTablePlugin/SourceFilesTable.html index cd26d0274f..94d081e191 100644 --- a/Ghidra/Features/Base/src/main/help/help/topics/SourceFilesTablePlugin/SourceFilesTable.html +++ b/Ghidra/Features/Base/src/main/help/help/topics/SourceFilesTablePlugin/SourceFilesTable.html @@ -40,7 +40,7 @@
This action opens the a source file (at line 1) in the configured viewer. Options for +
This action opens a source file (at line 1) in the configured viewer. Options for configuring the viewer are described below.
diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java index 5bff0611d6..3efbb9efea 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java @@ -234,7 +234,7 @@ public class SourceFilesTableProvider extends ComponentProviderAdapter { new ActionBuilder("View Source File", getName()) .popupMenuPath("View Source File") - .description("View the SourceFile") + .description("View the Source File") .helpLocation( new HelpLocation(sourceFilesTablePlugin.getName(), "View_Source_File")) .withContext(SourceFilesTableActionContext.class)