summaryrefslogtreecommitdiff
path: root/gr-trellis/grc
diff options
context:
space:
mode:
authorSolomon Tan <solomonbstoner@yahoo.com.au>2021-05-18 21:47:48 +0800
committermormj <34754695+mormj@users.noreply.github.com>2021-05-19 10:51:37 -0400
commitbe3c6c930896e2a927f05fbafcba4e91ffc605b0 (patch)
tree371ddec40ae127ca8f3f601e76efbf9475ff3cd6 /gr-trellis/grc
parentb6851218337aca35ace7e9fe80b92a942b7a5c27 (diff)
gr-blocks: Standardize Vector parameter name
Addresses point 1 of Issue #4615. Replaces all label instances of "Vec Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate" for standardization. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
Diffstat (limited to 'gr-trellis/grc')
-rw-r--r--gr-trellis/grc/trellis_permutation.block.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/grc/trellis_permutation.block.yml b/gr-trellis/grc/trellis_permutation.block.yml
index 2dba671448..0988e7977e 100644
--- a/gr-trellis/grc/trellis_permutation.block.yml
+++ b/gr-trellis/grc/trellis_permutation.block.yml
@@ -21,7 +21,7 @@ parameters:
label: Symbols per Block
dtype: int
- id: vlen
- label: Vec Length
+ label: Vector Length
dtype: int
default: '1'
hide: ${ 'part' if vlen == 1 else 'none' }