revert(console): drop the redundant jump-to-bottom pill

renderOutput already draws a clickable "N new lines" jump-to-bottom indicator
(console_tab.cpp ~996), so the pill added earlier duplicated it — and reused the
"console_new_lines" format string incorrectly. Remove the pill and the stray i18n entry;
the existing indicator stands.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 16:38:05 -05:00
parent 4ed69d4e9f
commit efec3a50a1
2 changed files with 0 additions and 39 deletions

View File

@@ -982,7 +982,6 @@ void I18n::loadBuiltinEnglish()
strings_["console_help_setgenerate"] = " setgenerate - Control mining";
strings_["console_help_stop"] = " stop - Stop the daemon";
strings_["console_line_count"] = "%zu lines";
strings_["console_new_lines"] = "new";
strings_["console_matches"] = "matches";
strings_["console_new_lines"] = "%d new lines";
strings_["console_no_daemon"] = "No daemon";