Skip to content

Commit

Permalink
#5336: Mark a string in the CSG merge function as localisable
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 20, 2020
1 parent 61f9d0f commit 74258e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/brush/csg/CSG.cpp
Expand Up @@ -404,7 +404,7 @@ void mergeSelectedBrushes(const cmd::ArgumentList& args)

if (brushes.size() < 2)
{
throw cmd::ExecutionNotPossible("CSG Merge: At least two brushes have to be selected.");
throw cmd::ExecutionNotPossible(_("CSG Merge: At least two brushes have to be selected."));
}

rMessage() << "CSG Merge: Merging " << brushes.size() << " brushes." << std::endl;
Expand Down

0 comments on commit 74258e7

Please sign in to comment.