~petr-kubanek/stellarium/stellarium

« back to all changes in this revision

Viewing changes to src/gui/HelpDialog.cpp

  • Committer: Alexander Wolf
  • Date: 2017-05-07 10:04:44 UTC
  • Revision ID: alex.v.wolf@gmail.com-20170507100444-7q6ye1rp04cp873u
Updated SUG

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        htmlText += "<tr><td>" + q_("Add custom marker").toHtmlEscaped() + "</td>";
185
185
        htmlText += "<td><b>" + q_("Shift & left click").toHtmlEscaped() + "</b></td></tr>\n";
186
186
        // delete one custom marker
187
 
        htmlText += "<tr><td>" + q_("Delete one custom marker near cursor").toHtmlEscaped() + "</td>";
 
187
        htmlText += "<tr><td>" + q_("Delete the one closest marker to mouse cursor").toHtmlEscaped() + "</td>";
188
188
        htmlText += "<td><b>" + q_("Shift & right click").toHtmlEscaped() + "</b></td></tr>\n";
189
189
        // delete all custom markers
190
190
        htmlText += "<tr><td>" + q_("Delete all custom markers").toHtmlEscaped() + "</td>";