Marco Ricci commited on 2025-02-11 21:03:34
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.
They were previously not treated as such because they had proper punctuation and capitalization.
... | ... |
@@ -686,7 +686,7 @@ class Label(enum.Enum): |
686 | 686 |
'The translation should thus be as meaningful as possible ' |
687 | 687 |
'even if truncated.', |
688 | 688 |
)( |
689 |
- 'Label :: Help text :: Explanation', |
|
689 |
+ 'Label :: Help text :: One-line description', |
|
690 | 690 |
'Derive a strong passphrase, deterministically, from a master secret.', |
691 | 691 |
) |
692 | 692 |
"""""" |
... | ... |
@@ -726,7 +726,7 @@ class Label(enum.Enum): |
726 | 726 |
'The translation should thus be as meaningful as possible ' |
727 | 727 |
'even if truncated.', |
728 | 728 |
)( |
729 |
- 'Label :: Help text :: Explanation', |
|
729 |
+ 'Label :: Help text :: One-line description', |
|
730 | 730 |
'Export a foreign configuration to standard output.', |
731 | 731 |
) |
732 | 732 |
"""""" |
... | ... |
@@ -748,7 +748,7 @@ class Label(enum.Enum): |
748 | 748 |
'The translation should thus be as meaningful as possible ' |
749 | 749 |
'even if truncated.', |
750 | 750 |
)( |
751 |
- 'Label :: Help text :: Explanation', |
|
751 |
+ 'Label :: Help text :: One-line description', |
|
752 | 752 |
'Export a vault-native configuration to standard output.', |
753 | 753 |
) |
754 | 754 |
"""""" |
... | ... |
@@ -781,7 +781,7 @@ class Label(enum.Enum): |
781 | 781 |
'The translation should thus be as meaningful as possible ' |
782 | 782 |
'even if truncated.', |
783 | 783 |
)( |
784 |
- 'Label :: Help text :: Explanation', |
|
784 |
+ 'Label :: Help text :: One-line description', |
|
785 | 785 |
'Derive a passphrase using the vault derivation scheme.', |
786 | 786 |
) |
787 | 787 |
"""""" |
788 | 788 |