Skip to content

Commit

Permalink
Update from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: dgdavid <1691872+dgdavid@users.noreply.github.com>
  • Loading branch information
lslezak and dgdavid committed Feb 8, 2019
1 parent ede7159 commit 76c705c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/include/users/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,9 @@ def EditUserDialog(what)
Report.Error(
_("Given path is not a valid Btrfs location.\n\n" \
"Choose another path for the home directory\n" \
"or uncheck the 'Btrfs subvolume' option.")
"or uncheck the '%{btrfs_option}' option.") % { btrfs_option: btrfs_label }


)
focus_tab.call(current, :home)
next
Expand Down

0 comments on commit 76c705c

Please sign in to comment.