Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Jan 19, 2015
1 parent 0554cde commit e25a96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpServer.ycp
Expand Up @@ -239,7 +239,7 @@ without installing the package."), "apache2" ) );
// Continue/Cancel question, %1 is a file name
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
// Continue/Cancel question, %1 is a comma separated list of file names
msg = _("Files %1 have been created manually.\nYaST might lose these files");
msg = sformat (msg, mergestring (new_files, ", "));
string popup_file = "/filechecks_non_verbose";
Expand Down

0 comments on commit e25a96e

Please sign in to comment.