Skip to content

Commit c7870af

Browse files
committed
some doc fixes
1 parent 89c6852 commit c7870af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/source/guide/gui-tool-usage.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@ If the working folder is not initialized, it will first ask you what servers you
1111

1212
{{#image}}tmsgui-welcome-dialog.png{{/image}}
1313

14-
Here, you can choose if you want to manage **tms** products, if you want manage products from the **community** server, or both.
14+
Here, you can choose if you want to manage **tms** products, if you want to manage products from the **community** server, or both.
1515

1616
If you enable the tms server, you will get another dialog asking you for the credentials:
1717

1818
{{#image}}tmsgui-login.png{{/image}}
1919

20-
And then you should arrive to the main view:
20+
And then you should arrive at the main view:
2121

2222
{{#image}}tmsgui-main-screen.png{{/image}}
2323

2424
1. **Search box**: type to find the product you want to install
25-
2. **Filter pane**: select if to see all available products, or only installed ones.
25+
2. **Filter pane**: select whether to see all available products, or only installed ones.
2626
3. **Product list**: a list of all products installed or available
27-
4. **Server selection box** this box is only visible if there is more than one active server, and it allows to filter the results by server
27+
4. **Server selection box**: this box is only visible if there is more than one active server, and it allows filtering the results by server
2828
5. **Settings**: Set general settings for tms/tmsgui
2929
6. **Install**: download and install the selected products. Equivalent to `tms install` command.
3030
7. **Uninstall**: uninstall the selected products. Equivalent to `tms uninstall` command.
31-
8. **Full build/Partial build**: rebuild the selected products. If no products are selected, rebuild everything. Equivalent to `tms build -full` and `tms build` commands
31+
8. **Full build/partial build**: rebuild the selected products. If no products are selected, rebuild everything. Equivalent to `tms build -full` and `tms build` commands.
3232
9. **Credentials**: ask for new credentials. Equivalent to `tms credentials` command.
33-
10.**Configure**: create (if missing) and open the YAML configuration file. Equivalent to `tms config` command.
34-
11.**Output tab**: shows the output of the current command-line being executed. For long-running commands like installing and building, you can switch to it to follow the progress of the execution.
33+
10. **Configure**: create (if missing) and open the YAML configuration file. Equivalent to `tms config` command.
34+
11. **Output tab**: shows the output of the current command-line being executed. For long-running commands like installing and building, you can switch to it to follow the progress of the execution.
3535
12. **Status bar**: at the bottom of the main window, the GUI displays the current working folder, and the current Smart Setup version.
3636

3737
When there are errors, an error pane will show:
3838

3939
{{#image}}tmsgui-errors.png{{/image}}
4040

41-
If you click on the messages of the error pane, it will show more detailed information about the particular error.
41+
If you click on the messages in the error pane, it will show more detailed information about the particular error.
4242

4343

0 commit comments

Comments
 (0)