Skip to content

Commit

Permalink
WIP: Add the help text for Btrfs subvolume checkbox
Browse files Browse the repository at this point in the history
>> This commit could be squashed into 28c88e8 <<
  • Loading branch information
dgdavid committed Feb 6, 2019
1 parent fbe6ae4 commit 109ba34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/include/users/helps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ def EditUserDetailsDialogHelp(user_type, what)
Ops.get_string(defaults, "skel", "")
)
)

helptext = Ops.add(
helptext,
# TRANSLATORS: help text for the Btrfs subvolume checkbox
_(
"<p><b>Btrfs subvolume</b> option allows to create the user home " \
"as a subvolume instead of a plain directory whenever " \
"there is a Btrfs filesystem available.</p>"
)
)
else
# help text for Move to new location checkbox
helptext = Ops.add(
Expand Down

0 comments on commit 109ba34

Please sign in to comment.