Skip to content

Commit

Permalink
init: Use mask, not MASK in shell prompt (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzeslaus authored Jan 28, 2025
1 parent 8845151 commit 1d6f2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/init/grass.py
Original file line number Diff line number Diff line change
Expand Up @@ -1715,9 +1715,9 @@ def sh_like_startup(location, location_name, grass_env_file, sh):
fi
}}
PROMPT_COMMAND=grass_prompt\n""".format(
both_masks=_("2D and 3D raster MASKs present"),
mask2d=_("Raster MASK present"),
mask3d=_("3D raster MASK present"),
both_masks=_("2D and 3D raster masks present"),
mask2d=_("Raster mask present"),
mask3d=_("3D raster mask present"),
mask2d_test=mask2d_test,
mask3d_test=mask3d_test,
specific_addition=specific_addition,
Expand Down

0 comments on commit 1d6f2e1

Please sign in to comment.