mirror of https://github.com/gorhill/uBlock.git
Remove usage of period in short description
From what I gather looking at Firefox for Android, a period is used in a sentence only when there were prior usage of punctuation in the descripton, i.e. a comma, or a a period in a previous sentence. Single standalone sentence should not have a trailing period.
This commit is contained in:
parent
1de4023613
commit
8080048848
|
@ -404,7 +404,7 @@
|
|||
"description": "Section for controlling advanced-user settings"
|
||||
},
|
||||
"settingsAdvancedSynopsis": {
|
||||
"message": "Features suitable only for technical users.",
|
||||
"message": "Features suitable only for technical users",
|
||||
"description": "Description of section controlling advanced-user settings"
|
||||
},
|
||||
"settingsAdvancedUserSettings": {
|
||||
|
|
Loading…
Reference in New Issue