diff options
Diffstat (limited to 'src/extra-strings.c')
-rw-r--r-- | src/extra-strings.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/extra-strings.c b/src/extra-strings.c index 0a24c60..88af00c 100644 --- a/src/extra-strings.c +++ b/src/extra-strings.c @@ -38,6 +38,13 @@ N_("I-Beam") /* Translators: Cursor shape: ... */ N_("Underline") +/* Translators: Cursor blink: ... */ +N_("Use system settings") +/* Translators: Cursor blink: ... */ +N_("Always blink") +/* Translators: Cursor blink: ... */ +N_("Never blink") + /* Translators: When command exits: ... */ N_("Exit the terminal") /* Translators: When command exits: ... */ |