mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Bug 336513: Preference to limit build output should use the words "number of" instead of "#"
This commit is contained in:
parent
bc169066cd
commit
bf2278893d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ CView.make_edit_action =Project properties
|
|||
ConsolePreferencePage.clearConsole.label=Always clear console before building
|
||||
ConsolePreferencePage.autoOpenConsole.label=Open console when building
|
||||
ConsolePreferencePage.consoleOnTop.label=Bring console to top when building (if present)
|
||||
ConsolePreferencePage.consoleLines.label=Limit console output (# lines):
|
||||
ConsolePreferencePage.consoleLines.label=Limit console output (number of lines):
|
||||
ConsolePreferencePage.consoleLines.errorMessage=Value must be an integer between 10 and 2147483647
|
||||
ConsolePreferencePage.tabWidth.label=Display tab width:
|
||||
ConsolePreferencePage.tabWidth.errorMessage=Value must be an integer between 1 and 100
|
||||
|
|
Loading…
Add table
Reference in a new issue