Skip to content

Commit

Permalink
Change "Allow to access" without a specific manual.
Browse files Browse the repository at this point in the history
We do not store two different permissions for accessing
the online manual for wxMaxima and Maxima. Just one
permission, if we might access online (wxMaxima or Maxima)
manuals.

So change "Allow to access a online manual for maxima?"
to the general question "Allow to access an online manual?".

That was mentioned in issue: #1981
  • Loading branch information
daute committed Dec 30, 2024
1 parent ace3f7b commit 2bd9dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebars/HelpBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool HelpBrowser::AllowOnlineManualP(Configuration *configuration, wxWindow *par
return true;

LoggingMessageDialog dialog(parent,
_("Allow to access a online manual for maxima?"),
_("Allow to access an online manual?"),
"Manual", wxCENTER | wxYES_NO | wxCANCEL);

dialog.SetExtendedMessage(_("Didn't find an installed offline manual."));
Expand Down

0 comments on commit 2bd9dc2

Please sign in to comment.