Skip to content

Commit

Permalink
Fix a typo in the translations lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartman-2000 committed Jun 15, 2016
1 parent 6ab104b commit f83773d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JoinLeaveMessages.cs
Expand Up @@ -52,12 +52,12 @@ public override TranslationList DefaultTranslations
{ "connect_message", "{0} connected to the server." },
{ "disconnect_message", "{0} disconnected from the server." },
{ "connect_group_message", "{0}{1} connected to the server." },
{ "disconnect_group_message", "{0}{1} disconnected to the server." },
{ "disconnect_group_message", "{0}{1} disconnected from the server." },

{ "connect_message_extended", "{0} [{1}] ({2}) connected to the server." },
{ "disconnect_message_extended", "{0} [{1}] ({2}) disconnected from the server." },
{ "connect_group_message_extended", "{0}{1} [{2}] ({3}) connected to the server." },
{ "disconnect_group_message_extended", "{0}{1} [{2}] ({3}) disconnected to the server." }
{ "disconnect_group_message_extended", "{0}{1} [{2}] ({3}) disconnected from the server." }
};
}
}
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
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.3.0.1")]
[assembly: AssemblyFileVersion("1.3.0.1")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]

0 comments on commit f83773d

Please sign in to comment.