1
1

tweaks: add two hints for translators, to try and help avoid mistakes

Этот коммит содержится в:
Benno Schulenberg 2019-09-22 17:30:22 +02:00
родитель ad65b79ac7
Коммит 2d16c27820
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -763,6 +763,8 @@ void usage(void)
#endif
#ifdef ENABLE_JUSTIFY
print_opt(_("-Q <regex>"), _("--quotestr=<regex>"),
/* TRANSLATORS: This refers to email quoting,
* like the > in: > quoted text. */
N_("Regular expression to match quoting"));
#endif
if (!ISSET(RESTRICTED))

Просмотреть файл

@ -3182,6 +3182,7 @@ void complete_a_word(void)
/* If there is no word fragment before the cursor, do nothing. */
if (start_of_shard == openfile->current_x) {
/* TRANSLATORS: Shown when no text is directly left of the cursor. */
statusbar(_("No word fragment"));
pletion_line = NULL;
return;