Skip to content

Commit

Permalink
Appease clang (2019-12-06) (#35891)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Dec 6, 2019
1 parent da86792 commit 45147cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,8 @@ static bool search( tripoint &curs, const tripoint &orig, const bool show_explor

std::string term = string_input_popup()
.title( _( "Search term:" ) )
// NOLINTNEXTLINE(cata-text-style): literal comma
.description( string_format(
_( "Multiple entries separated with , Excludes starting with -\n"
_( "Multiple entries separated with comma (,). Excludes starting with hyphen (-)\n"
"Current search radius is %d. It can be changed in options." ),
radius ) )
.query_string();
Expand Down

0 comments on commit 45147cd

Please sign in to comment.