From bf2278893dd26400d3ccb6c1db3fb76d8d82db49 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Mon, 7 Feb 2011 16:07:37 +0000 Subject: [PATCH] Bug 336513: Preference to limit build output should use the words "number of" instead of "#" --- .../src/org/eclipse/cdt/internal/ui/CPluginResources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties index e23265898be..8e366990510 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties @@ -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