fix naming

This commit is contained in:
2022-11-15 21:09:42 +01:00
parent dc365bfcb5
commit 17fff4449b
2 changed files with 2 additions and 2 deletions

View File

@@ -1095,7 +1095,7 @@ namespace PlayerTags.Resources {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Move Status Icon to Nameplate if possible ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die Move Status Icon to Nameplate text if possible ähnelt.
/// </summary>
public static string Loc_MoveStatusIconToNameplateTextIfPossible {
get {

View File

@@ -814,7 +814,7 @@ Use this if you want to to have every option under your control or just want to
<value>Handle dead players as they are alive. No difference between dead and alive players.</value>
</data>
<data name="Loc_MoveStatusIconToNameplateTextIfPossible" xml:space="preserve">
<value>Move Status Icon to Nameplate if possible</value>
<value>Move Status Icon to Nameplate text if possible</value>
</data>
<data name="Loc_MoveStatusIconToNameplateTextIfPossible_Description" xml:space="preserve">
<value>If the current status icon is available as Font Icon then move it to the Player Name text in the Nameplate, so there is place for another icon to use, e.g. the job icon.</value>