From c41918dab709f11d1c82eb86c9be6cc89b8f70a1 Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Mon, 19 Jan 2015 13:53:08 +0100 Subject: [PATCH] review --- src/HttpServer.ycp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/HttpServer.ycp b/src/HttpServer.ycp index 2054102..ac88b2c 100644 --- a/src/HttpServer.ycp +++ b/src/HttpServer.ycp @@ -237,12 +237,10 @@ without installing the package."), "apache2" ) ); if (size (new_files) > 0) { // Continue/Cancel question, %1 is a file name - string msg = _("File %1 has been created manually.\n -YaST might lose this file"); + string msg = _("File %1 has been created manually.\nYaST might lose this file"); if (size (new_files) > 1) // Continue/Cancel question, %1 is a comna separated list of file names - msg = _("Files %1 have been created manually.\n -YaST might lose these files"); + msg = _("Files %1 have been created manually.\nYaST might lose these files"); msg = sformat (msg, mergestring (new_files, ", ")); string popup_file = "/filechecks_non_verbose"; if ($[] == SCR::Read (.target.stat, Directory::vardir + popup_file))