Skip to content

Commit

Permalink
help text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 8, 2014
1 parent 0e7a03b commit c962d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clients/inst_disk_for_image.rb
Expand Up @@ -88,9 +88,9 @@ def disk_for_image_dialog
end

def disk_for_image_help_text
_("Select the disk, which the image will be deployed to.
All data on the disk will be destroyed and the disk will be
partitioned as defined in the image.")
_("Select the disk, which the image will be deployed to. " +
"All data on the disk will be destroyed and the disk will be " +
"partitioned as defined in the image.")
end

def show_disk_for_image_dialog
Expand Down

0 comments on commit c962d2a

Please sign in to comment.