Skip to content

Commit

Permalink
port: fix grave inscription prompt size
Browse files Browse the repository at this point in the history
from cataclysmbnteam/Cataclysm-BN#2009

Co-authored-by: scarf005 <scarf005@users.noreply.github.com>
  • Loading branch information
2 people authored and casswedson committed Oct 13, 2022
1 parent 8c69f56 commit 6a994cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5159,7 +5159,7 @@ cata::optional<int> iuse::handle_ground_graffiti( Character &p, item *it, const
map &here = get_map();
string_input_popup popup;
std::string message = popup
.title( prefix + " " + _( "(To delete, clear the text and confirm)" ) )
.description( prefix + " " + _( "(To delete, clear the text and confirm)" ) )
.text( here.has_graffiti_at( where ) ? here.graffiti_at( where ) : std::string() )
.identifier( "graffiti" )
.query_string();
Expand Down

0 comments on commit 6a994cb

Please sign in to comment.