From c962d2ab3366b5030f53d00577a52da6f8b152c6 Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Wed, 8 Jan 2014 12:56:09 +0100 Subject: [PATCH] help text formatting --- src/clients/inst_disk_for_image.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clients/inst_disk_for_image.rb b/src/clients/inst_disk_for_image.rb index a43943cb8..13d4b5779 100644 --- a/src/clients/inst_disk_for_image.rb +++ b/src/clients/inst_disk_for_image.rb @@ -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