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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user