Fix text (txtJiraConfigHelp)

This commit is contained in:
Tiago Danin 2016-03-29 18:14:49 -03:00
parent 7a8547208e
commit 31941c6f00

View file

@ -448,7 +448,7 @@ public void LoadSettings()
try
{
txtJiraConfigHelp.Text = string.Format(@"Howto configure your Jira server:
txtJiraConfigHelp.Text = string.Format(@"How to configure your Jira server:
- Go to 'Administration' -> 'Add-ons'
- Select 'Application Links'
@ -3080,4 +3080,4 @@ private void txtCustomUploaderLog_LinkClicked(object sender, LinkClickedEventArg
#endregion Other Uploaders
}
}
}