Merge pull request #1467 from TiagoDanin/patch-2

Fix text (txtJiraConfigHelp)
This commit is contained in:
Jaex 2016-03-30 00:30:06 +03:00
commit 7951dc7034

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
}
}
}