wesnoth-lib review

* Duplicated text
* Favour generic term 'file manager' over Microsoft terminology.
* Clarify language code use.
* Replace inconsistent spelling of 'add-on'.
This commit is contained in:
Wedge009 2023-09-13 03:06:28 +10:00 committed by GitHub
parent 1f2582f717
commit 918ae0b56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -652,7 +652,7 @@ The installation status for each add-on is shown below each entry. For add-ons t
To search for add-ons by keywords, type any relevant terms in any order in the search box, separated by spaces. You can also sort the add-on list by clicking the column headers. It is also possible to choose to only display add-ons of specific categories by clicking on the <bold>text='Type'</bold> dropdown.
To install an add-on, select it from the list and click the <bold>text='+'</bold> icon, or simply double-click on the add-ons title. If the window is too small to show them inline, the <bold>text='Addon Details'</bold> button provides you with additional details about the add-on, such as its full description, installation status, and available translations."
To install an add-on, select it from the list and click the <bold>text='+'</bold> icon, or simply double-click on the add-ons title. If the window is too small to show them inline, the <bold>text='Add-on Details'</bold> button provides you with additional details about the add-on, such as its full description, installation status, and available translations."
[/topic]
# wmllint: markcheck on

View File

@ -947,7 +947,7 @@
[window]
id = "addon_manager"
description = "Addon selection dialog."
description = "Add-on selection dialog."
[resolution]
window_width=800

View File

@ -192,7 +192,7 @@
[text_box]
id = icon
definition = "default"
tooltip = _"The path to the icon image to display to display in the add-ons manager. Must be an image from mainline."
tooltip = _"The path to the icon image to display in the add-ons manager. Must be an image from mainline."
[/text_box]
[/column]
@ -205,7 +205,7 @@
[/row]
{ROW text_box _"Author:" "author" _"The author of this add-on. If forum authentication is used, this is your forum username."}
{ROW text_box _"Version:" "version" _"The add-ons current version. This should be of the form X.Y.Z."}
{ROW multimenu_button _"Dependencies:" "dependencies" _"A comma delimited list of the IDs of any other add-ons that this add-on depends on. The add-on ID is the folder name in your operating systems file explorer, not the add-ons name."}
{ROW multimenu_button _"Dependencies:" "dependencies" _"A comma delimited list of the IDs of any other add-ons that this add-on depends on. The add-on ID is the folder name in your operating systems file manager, not the add-ons name."}
{ROW multimenu_button _"Tags:" "tags" ""}
{ROW menu_button _"Type:" "type" ""}
{ROW text_box _"Forum thread:" "forum_thread" _"The numeric topic ID of a thread on the Wesnoth forums where players can post feedback."}

View File

@ -94,9 +94,9 @@
[grid]
{ROW text_box _"* Language:" "language" _"The language code of the translation, such as sv (Swedish) or zh_CN (Simplified Chinese)."}
{ROW text_box _"* Title:" "lang_title" _"The translation of the addons title."}
{ROW text_box _"Description:" "description" _"The translation of the addons description."}
{ROW text_box _"* Language:" "language" _"The POSIX locale name of the translation, such as sv (Swedish) or zh_CN (Simplified Chinese)."}
{ROW text_box _"* Title:" "lang_title" _"The translation of the add-ons title."}
{ROW text_box _"Description:" "description" _"The translation of the add-ons description."}
[/grid]