Skip to content

Commit

Permalink
Clarify update modal text
Browse files Browse the repository at this point in the history
  • Loading branch information
BitesizedLion committed Dec 26, 2022
1 parent a294bbd commit eadda1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.3.4")]
[assembly: AssemblyFileVersion("1.1.3.4")]
[assembly: AssemblyVersion("1.2.3.5")]
[assembly: AssemblyFileVersion("1.2.3.5")]
2 changes: 1 addition & 1 deletion UpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static async Task CheckForUpdates()
if (latestVersion > currentVersion)
{
// Prompt the user to update
DialogResult result = MessageBox.Show("A new version of the software is available. Do you want to download it?", "Update Available", MessageBoxButtons.YesNo);
DialogResult result = MessageBox.Show("A new version of TidalRPC is available. Do you want to download it?", "Update Available for TidalRPC", MessageBoxButtons.YesNo);

updatePrompted = true;

Expand Down

0 comments on commit eadda1b

Please sign in to comment.