Skip to content

Commit

Permalink
fix wording and website url
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzz committed May 23, 2017
1 parent 2cbb198 commit c2467dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions TFSAdministrationTool.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

<!-- Add/Remove Programs (ARP) entry.-->
<Property Id="ARPPRODUCTICON">TfsAdminIcon.exe</Property>
<Property Id="ARPHELPLINK"><![CDATA[http://www.codeplex.com/tfsadmin]]></Property>
<Property Id="ARPURLINFOABOUT"><![CDATA[http://www.codeplex.com/tfsadmin]]></Property>
<Property Id="ARPHELPLINK"><![CDATA[https://github.com/Vinzz/TFSAdminTool]]></Property>
<Property Id="ARPURLINFOABOUT"><![CDATA[https://github.com/Vinzz/TFSAdminTool]]></Property>
<Property Id="ARPCOMMENTS"><![CDATA[The TFS Administration Tool allows the Team Foundation Server administrator to manage user permissions across Team Foundation Server, SharePoint, SQL Server Reporting Services using a single application.]]></Property>
</Product>
</Wix>
2 changes: 2 additions & 0 deletions TFSAdministrationTool/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@ private void MainForm_Load(object sender, EventArgs e)
{
MessageBox.Show(string.Format(Resources.BadSMTPPrompt, smtpEx.Message), Resources.BadSMTPCaption, MessageBoxButtons.OK, MessageBoxIcon.Error);
checkNotify.Checked = false;
checkNotify.Enabled = false;
}
}
else
{
checkNotify.Checked = false;
checkNotify.Enabled = false;
}

}
Expand Down
8 changes: 5 additions & 3 deletions TFSAdministrationTool/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions TFSAdministrationTool/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1878,9 +1878,10 @@
</value>
</data>
<data name="AboutDescription" xml:space="preserve">
<value>TFS Administration Tool Home Page: http://tfsadmin.codeplex.com/
<value>TFS Administration Tool Home Page: https://github.com/Vinzz/TFSAdminTool

TFS Administration Tool is a joint Microsoft and community effort to bring you a Power Tool for Team Foundation Server.</value>
TFS Administration Tool is a joint Microsoft and community effort to bring you a Power Tool for Team Foundation Server.
This is Vinzz's Fork on Github</value>
</data>
<data name="AboutTitle" xml:space="preserve">
<value>About TFS Administraion Tool</value>
Expand Down Expand Up @@ -2684,7 +2685,8 @@ TFS Administration Tool is a joint Microsoft and community effort to bring you a
</data>
<data name="BadSMTPPrompt" xml:space="preserve">
<value>{0}
Check the config file, emails won't be sent</value>
Check the config file, emails won't be sent
You can suppress this message by setting the NotifyUsersByEmail in TFSAdministrationTool.exe.config to false.</value>
</data>
<data name="MailCouldNotBeSentError" xml:space="preserve">
<value>Could not send mail to {0}\n{1}</value>
Expand Down

0 comments on commit c2467dd

Please sign in to comment.