Skip to content

Commit

Permalink
Split the description of technical problem in multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed May 29, 2019
1 parent da63f92 commit 0235953
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/modules/BootSupportCheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,12 @@ def check_gpt_reserved_partition
# TRANSLATORS: description of technical problem. Do not translate technical terms unless native language have well known translation.
add_new_problem(
_(
"Boot from MBR does not work together with btrfs filesystem and GPT disk label without bios_grub partition." \
"To fix this issue, create bios_grub partition or use any ext filesystem for boot partition or do not install stage 1 to MBR."
"Boot from MBR does not work together with Btrfs filesystem and GPT disk label\n" \
"without bios_grub partition.\n\n" \
"To fix this issue,\n\n" \
" - create a bios_grub partition, or\n" \
" - use any Ext filesystem for boot partition, or\n" \
" - do not install stage 1 to MBR."
)
)
false
Expand Down

0 comments on commit 0235953

Please sign in to comment.