mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: correct /bed translation typo
This commit is contained in:
parent
8c8962f1ea
commit
af92f52044
2 changed files with 2 additions and 2 deletions
|
|
@ -2718,7 +2718,7 @@ namespace MinecraftClient {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Found a bet at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0})..
|
||||
/// Looks up a localized string similar to Found a bed at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0})..
|
||||
/// </summary>
|
||||
internal static string cmd_bed_found_a_bed_at {
|
||||
get {
|
||||
|
|
|
|||
|
|
@ -988,7 +988,7 @@ Some messages won't be properly printed without this file.</value>
|
|||
<value>Failed to reach the bed position (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}) in time (30 seconds). Giving up!</value>
|
||||
</data>
|
||||
<data name="cmd.bed.found_a_bed_at" xml:space="preserve">
|
||||
<value>Found a bet at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}).</value>
|
||||
<value>Found a bed at (X: {0:0.0}, Y: {1:0.0}, Z: {2:0.0}).</value>
|
||||
</data>
|
||||
<data name="cmd.bed.in" xml:space="preserve">
|
||||
<value>Succesfully laid in bed!</value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue