diff --git a/src/iuse.cpp b/src/iuse.cpp index 95fea5a49a8b7..bfeed26c27b2d 100644 --- a/src/iuse.cpp +++ b/src/iuse.cpp @@ -2495,7 +2495,8 @@ cata::optional iuse::radio_on( Character *p, item *it, bool t, const tripoi } const city *c = overmap_buffer.closest_city( tripoint_abs_sm( tref.abs_sm_pos, 0 ) ).city; - const std::string cityname = c == nullptr ? "ksssh" : c->name; + //~ radio noise + const std::string cityname = c == nullptr ? _( "ksssh" ) : c->name; replace_city_tag( message, cityname ); int static_chance = radio_static_chance( tref );