mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update messages
This commit is contained in:
parent
260f2da0a1
commit
45c7c253d2
@ -769,7 +769,7 @@ namespace MediaBrowser.ServerApplication
|
|||||||
return;
|
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
|
try
|
||||||
{
|
{
|
||||||
@ -823,7 +823,7 @@ namespace MediaBrowser.ServerApplication
|
|||||||
return;
|
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
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user