mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-09 13:31:03 -06:00
renamed lower/upper to greater than/less than
This commit is contained in:
@@ -117,10 +117,10 @@
|
||||
},
|
||||
"Fields": {
|
||||
"Comparison": "Comparison",
|
||||
"Lower": "Lower",
|
||||
"Lower": "Greater Than",
|
||||
"Lower-Suffix": "MB",
|
||||
"Lower-Help": "The value it must be greater than this number of megabytes",
|
||||
"Upper": "Upper",
|
||||
"Upper": "Less Than",
|
||||
"Upper-Suffix": "MB",
|
||||
"Upper-Help": "The value it must be less than than this number of megabytes. Leave as 0 to not test the upper limit."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user