Skip to content

Commit

Permalink
fix title for module extenstion with ml av
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Aug 24, 2023
1 parent d99ec6f commit 2942ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messageDir/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ See https://lmod.readthedocs.io/en/latest/260_sh_to_modulefile.html for details.
m_Depend_Mods = "\n You will need to load all module(s) on any one of the lines below before the \"%{fullName}\" module is available to load.\n",
m_Description = " Description:\n%{descript}\n\n",
m_Direct_Load = "\n This module can be loaded directly: module load %{fullName}\n",
m_Extensions_head = "This is a list of module extensions \"module --nx avail ...\" to not show.\n",
m_Extensions_head = "This is a list of module extensions \"module --nx avail ...\" to not show",
m_Extensions_tail = "\nThese extensions cannot be loaded directly, use \"module spider extension_name\" for more information.\n",
m_Family_Swap = "\nLmod is automatically replacing \"%{oldFullName}\" with \"%{newFullName}\".\n",
m_For_System = ", for system: \"%{sname}\"",
Expand Down

0 comments on commit 2942ab8

Please sign in to comment.