Skip to content

Commit

Permalink
Merge pull request #3 from IowaComputerGurus/version7
Browse files Browse the repository at this point in the history
Fix of Github link
  • Loading branch information
mitchelsellers committed Jan 21, 2016
2 parents 49f4d2b + ab359f8 commit 9b9a02d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AddContent.Action" xml:space="preserve">
<value>Add Content</value>
Expand Down Expand Up @@ -143,7 +143,7 @@
<value>Currently there is no content available. Please use the options in the action menu to add new entries!</value>
</data>
<data name="SupportLink.Text" xml:space="preserve">
<value>Visit Support Forum (New Window)</value>
<value>Submit Feature/Issue (New Window)</value>
</data>
<data name="FooterTemplate.Text" xml:space="preserve">
<value>&lt;/div&gt;</value>
Expand Down
2 changes: 1 addition & 1 deletion ExpandableText/ViewExpandableTextHtml.ascx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public ModuleActionCollection ModuleActions

//Add support link, edit only, open to new window!
actions.Add(GetNextActionID(), GetLocalizeString("SupportLink"), ModuleActionType.OnlineHelp, "", "",
"http://dnnexpandabletext.codeplex.com/",
"https://github.com/IowaComputerGurus/DNN-ExpandableText/issues",
false, SecurityAccessLevel.Edit, true, true);

return actions;
Expand Down

0 comments on commit 9b9a02d

Please sign in to comment.