mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-5775 code review changes
This commit is contained in:
parent
988dadd7cf
commit
2cb73057e9
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
|
||||
<H3><A name="View_Source_File"></A>View Source Files</H3>
|
||||
|
||||
<P>This action opens the a source file (at line 1) in the configured viewer. Options for
|
||||
<P>This action opens a source file (at line 1) in the configured viewer. Options for
|
||||
configuring the viewer are described <A href=
|
||||
"#Source_Files_Table_Plugin_Options">below</A>.</P>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue