addon/mg: Give the Installing Add-ons topic in the help a matching id
This commit is contained in:
parent
63c5ca5217
commit
df5c2f5594
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@
|
|||
[section]
|
||||
id=addons
|
||||
title= _ "Add-ons"
|
||||
topics=..addons,using_addons,managing_addons
|
||||
topics=..addons,using_addons,installing_addons
|
||||
[/section]
|
||||
|
||||
[section]
|
||||
|
@ -823,7 +823,7 @@ Content authors can use resource packs available in the add-ons server to enrich
|
|||
|
||||
#wmllint: markcheck off
|
||||
[topic]
|
||||
id=managing_addons
|
||||
id=installing_addons
|
||||
title= _ "Installing Add-ons"
|
||||
text = _ "User-made add-ons can be obtained and updated through the <italic>text='Add-ons'</italic> option in the main menu. After connecting to the add-ons server (by default <italic>text='add-ons.wesnoth.org'</italic>), you will be presented with a list of add-ons available in the server for downloading.
|
||||
|
||||
|
|
|
@ -594,7 +594,7 @@ void show_addons_manager_dialog(display& disp, addons_client& client, addons_lis
|
|||
view_mode_display_label(view), gui::button::TYPE_PRESS, gui::CONTINUE_DIALOG, &view_mode_helper);
|
||||
dlg.add_button(view_mode_button, gui::dialog::BUTTON_EXTRA_LEFT);
|
||||
|
||||
help::help_button* help_button = new help::help_button(disp, "managing_addons");
|
||||
help::help_button* help_button = new help::help_button(disp, "installing_addons");
|
||||
dlg.add_button(help_button, gui::dialog::BUTTON_HELP);
|
||||
|
||||
// Focus the menu on the previous selection.
|
||||
|
|
Loading…
Add table
Reference in a new issue