Last minute string changes

This commit is contained in:
r00telement
2021-12-22 21:21:46 +00:00
parent 263974905b
commit 5988af1b5e
2 changed files with 5 additions and 5 deletions

View File

@@ -259,7 +259,7 @@ namespace PlayerTags.Resources {
}
/// <summary>
/// Looks up a localized string similar to Detect references to self in chat.
/// Looks up a localized string similar to Apply tags to self in chat.
/// </summary>
public static string Loc_IsLinkSelfInChatEnabled {
get {
@@ -268,7 +268,7 @@ namespace PlayerTags.Resources {
}
/// <summary>
/// Looks up a localized string similar to Attempts to detect references to self in chat. This allows tags to appear in chat for yourself..
/// Looks up a localized string similar to Attempts to link your chat name to your character, allowing tags to be applied to self in chat..
/// </summary>
public static string Loc_IsLinkSelfInChatEnabled_Description {
get {
@@ -1222,7 +1222,7 @@ namespace PlayerTags.Resources {
}
/// <summary>
/// Looks up a localized string similar to Reset all items to their defaults..
/// Looks up a localized string similar to Reset all items to their defaults. Custom tags will not be touched..
/// </summary>
public static string Loc_Static_ResetAllDefault_Description {
get {

View File

@@ -262,10 +262,10 @@
<value>Replace every player's name with a randomly generated one.</value>
</data>
<data name="Loc_IsLinkSelfInChatEnabled" xml:space="preserve">
<value>Detect references to self in chat</value>
<value>Apply tags to self in chat</value>
</data>
<data name="Loc_IsLinkSelfInChatEnabled_Description" xml:space="preserve">
<value>Attempts to detect references to self in chat. This allows tags to appear in chat for yourself.</value>
<value>Attempts to link your chat name to your character, allowing tags to be applied to self in chat.</value>
</data>
<data name="Loc_Static_ResetDefault_Description" xml:space="preserve">
<value>Reset this item to its defaults.</value>