Skip to content

Commit

Permalink
Adapt help
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Oct 5, 2021
1 parent c5d6dac commit e1fd0bc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/include/users/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ def DefaultsDialogHelp
"The group name of a new user's primary group.\n" +
"</p>\n"
) +
# Help text 1.5/6
_(
"<p>\n" +
"<b>Secondary Groups</b><br>\n" +
"Names of additional groups to which to assign new users.\n" +
"</p>\n"
) +
# Help text 2/6
_(
"<p><b>Default Login Shell</b><br>\nThe name of the new user's login shell. Select one from the list or enter your own path to the shell.</P>\n"
Expand All @@ -130,10 +123,6 @@ def DefaultsDialogHelp
"to the end of this value to create the default name of the home directory.\n" +
"</P>\n"
) +
# Help text 4/6
_(
"<p><b>Skeleton Directory</b><br>\nThe contents of this directory are copied to a user's home directory when a new user is added. </p>\n"
) +
# Help text 4.5/6
_(
"<p><b>Umask for Home Directory</b><br>\nUmask to use for creating new home directories.</p>\n"
Expand Down

0 comments on commit e1fd0bc

Please sign in to comment.