Skip to content

Commit

Permalink
voted -> reported
Browse files Browse the repository at this point in the history
it's reported, not voted on
  • Loading branch information
pettai committed Apr 27, 2021
1 parent bb5fe50 commit dcaafb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HalonSpamreport/OutlookPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private void ReportMail(string action, string shortAction)

if (failedMessages > 0 && failedMessages < headerItems.Count)
{
var msg = "Some of the messages could not be voted on";
var msg = "Some of the messages could not be reported on";
if (numberWithoutRefId > 0)
{
msg += " (one or more are missing Halon mime-headers)";
Expand All @@ -233,7 +233,7 @@ private void ReportMail(string action, string shortAction)
}
else if (failedMessages > 0)
{
var msg = "None of the messages could not be voted on";
var msg = "None of the messages could not be reported on";
if (numberWithoutRefId > 0)
{
msg += " (one or more are missing Halon mime-headers)";
Expand All @@ -243,7 +243,7 @@ private void ReportMail(string action, string shortAction)
}
else
{
MessageBox.Show(string.Format("The selected message(s) has been voted as {0}", action));
MessageBox.Show(string.Format("The selected message(s) has been reported as {0}", action));
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions HalonSpamreport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// 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.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]

0 comments on commit dcaafb4

Please sign in to comment.