diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index 97d476e48f..30277e58c3 100755 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -2456,9 +2456,9 @@ impl Hud { options.push(( GameInput::StayFollow, i18n.get_msg(if is_staying { - "hud-stay" - } else { "hud-follow" + } else { + "hud-stay" }) .to_string(), ));