Skip to content

Commit

Permalink
Merge pull request #3975 from OSGeo/busstoptaktik-patch-1
Browse files Browse the repository at this point in the history
Improve error message in axisswap
  • Loading branch information
kbevers authored Dec 4, 2023
2 parents 167e99d + 6cd2331 commit 68487a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversions/axisswap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ PJ *PJ_CONVERSION(axisswap, 0) {
if (!pj_param_exists(P->params, "order") ==
!pj_param_exists(P->params, "axis")) {
proj_log_error(P,
_("order and axis parameters are mutually exclusive."));
_("must provide EITHER 'order' OR 'axis' parameter."));
return pj_default_destructor(
P, PROJ_ERR_INVALID_OP_MUTUALLY_EXCLUSIVE_ARGS);
}
Expand Down

0 comments on commit 68487a3

Please sign in to comment.