Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
frederiksen committed Sep 11, 2017
1 parent 83731a8 commit 7baf4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaskCardCreator/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private async void CheckForNewVersion()
});
if (!string.IsNullOrEmpty(result) && result != "Task Card Creator 8.0")
{
var text = new TextBlock() { Margin = new Thickness(15), Text = "There is a new version available for download" };
var text = new TextBlock() { Margin = new Thickness(15), Text = "There is a new version available for download: " + result };
IntroTab.Content = text;
}
}
Expand Down

0 comments on commit 7baf4f8

Please sign in to comment.