Skip to content

Commit

Permalink
minor changes in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thanoulis committed Dec 1, 2020
1 parent 198a653 commit f7741a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### Color dialog
* description:<br/>
Displays a color selection dialog. Its appearance depends on platform.
Displays a color selection dialog. Appearance depends on platform.
* options:
| option | type | description | default |
|----------|:--------:|-------------------|:-----------------:|
Expand All @@ -34,7 +34,7 @@

#### Directory dialog
* description:<br/>
Display a directory select dialog. Its appearance depends on platform.
Display a directory select dialog. Appearance depends on platform.
* options:
| option | type | description | default |
|----------|:------:|----------------------|:--------------------:|
Expand All @@ -54,7 +54,7 @@

#### FileSelect dialog
* description:<br/>
Display a file selection dialog. Its appearance depends on platform.
Display a file selection dialog. Appearance depends on platform.
* options:
| option | type | description | default |
|-----------|:------:|-----------------------|:--------------:|
Expand All @@ -75,7 +75,7 @@

#### FileSave dialog
* description:<br/>
Display a file save dialog. Its appearance depends on platform.
Display a file save dialog. Appearance depends on platform.
* options:
| option | type | description | default |
|--------------|:------:|-----------------------------|:-----------------:|
Expand Down Expand Up @@ -171,7 +171,7 @@
* description:<br/>
Display a text information dialog.<br/>
Text can be from file, from command line in the form of every string is a new line and from standard input.<br/>
In case of multiple inputs, **Text** will concatenate the result, with `file`->`string`->`stdin` hierarchy.
In case of multiple inputs, will concatenate the text, with `file`->`string`->`stdin` hierarchy.
* options:
| option | type | description | default |
|---------------|:------:|-------------------|:-------------:|
Expand Down Expand Up @@ -253,7 +253,7 @@
Display a progress bar dialog.<br/>
**Progress** dialog reads data from `stdin` line by line.<br/>
Lines must be prefixed with `tpmg:`, or are ignored.<br/>
If text consists of only numbers, the progress bar advances to that number.<br/>
If text is a number, the progress bar advances to that number.<br/>
Else, it updates the label text.
* options:
| option | type | description | default |
Expand Down Expand Up @@ -284,7 +284,7 @@
* screenshot:<br/>
![ProgressDialog](screenshots/ProgressDialog.png "ProgressDialog")
* bugs:<br/>
wrong behavior on pulsating progress bar (not critical though)
Wrong behavior on pulsating progress bar (not critical).


### Dependencies
Expand Down

0 comments on commit f7741a4

Please sign in to comment.