diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-12 01:07:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-12 01:07:01 -0400 |
| commit | 45c7c253d205d49b998156a24caf86970c3a39e9 (patch) | |
| tree | f6c24e673d5108dfb185b64030381658a6f9e529 | |
| parent | 260f2da0a1563916a75045eaf57e4ff8639994f2 (diff) | |
update messages
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index ed02b2f9b..a4bbd65d0 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -769,7 +769,7 @@ namespace MediaBrowser.ServerApplication return; } - MessageBox.Show("The Visual C++ 2013 Runtime will now be installed."); + MessageBox.Show("The Visual C++ 2013 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information); try { @@ -823,7 +823,7 @@ namespace MediaBrowser.ServerApplication return; } - MessageBox.Show("The Visual C++ 2015 Runtime will now be installed."); + MessageBox.Show("The Visual C++ 2015 Runtime will now be installed.", "Install Visual C++ Runtime", MessageBoxButtons.OK, MessageBoxIcon.Information); try { |
