Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 19, 2015
1 parent 330620d commit c41918d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/HttpServer.ycp
Expand Up @@ -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))
Expand Down

0 comments on commit c41918d

Please sign in to comment.