Skip to content

Commit

Permalink
remove ,
Browse files Browse the repository at this point in the history
  • Loading branch information
gabi2 committed Jul 18, 2013
1 parent 3a572b8 commit dbb92f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NCPkgStrings.cc
Expand Up @@ -636,7 +636,7 @@ const std::string NCPkgStrings::YouHelp4()
const std::string NCPkgStrings::YouHelp5()
{
// help text online udpate continue
static const std::string value = _( "<p>The menus:</p><p>The <b>Filter</b> menu allows to filter the patches, e.g. show the 'Installed' ones or list 'Security' patches. It also provides to search for patches.<br>Use the <b>Actions</b> menu to change the status of a patch.<br>The <b>View</b> menu offers the possibilty to see which packages are concerned by the patch. Please note: If the filter is 'All Patches', the package list for some patches might be empty. This means no packages are concerned because none of the patch packages is installed on the system.<br>The <b>Dependencies</b> menus contains dependencies checks and the 'Generate Solver Testcase' entry.</p>");
static const std::string value = _( "<p>The menus:</p><p>The <b>Filter</b> menu allows to filter the patches, e.g. show the 'Installed' ones or list 'Security' patches. It also provides to search for patches.<br>Use the <b>Actions</b> menu to change the status of a patch.<br>The <b>View</b> menu offers the possibilty to see which packages are concerned by the patch. Please note: If the filter is 'All Patches' the package list for some patches might be empty. This means no packages are concerned because none of the patch packages is installed on the system.<br>The <b>Dependencies</b> menus contains dependencies checks and the 'Generate Solver Testcase' entry.</p>");
return value;
}
//
Expand Down

0 comments on commit dbb92f1

Please sign in to comment.