From d4a17751d54cdca487e9b2a9c7fb075a750ac3ec Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 14 Jan 2022 12:23:02 -0500 Subject: Bug 578220: Call the UI for saving log file "Save" previously the button was called "Copy Build Log" because under the hood the file was copied from the internal storage location. But users see this as a "Save" so call it that. Change-Id: I46fa18e87c47884d54ba8ca16d20ef68c5095663 --- .../eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui') diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties index d65a275b2df..2e848515039 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties @@ -26,11 +26,11 @@ BuildConsolePage_Select__All_Ctrl_A_12=Select &All@Ctrl+A BuildConsolePage_Select_All=Select All CBuildConsole_Console_Must_Be_Started_First=Build Console must be started with a specific project before being used. -CopyLog_ActionTooltip=Copy Build Log +CopyLog_ActionTooltip=Save build log to file CopyLog_BuildNotLogged=No build was logged. Build the project or/and check the Logging page in project properties. CopyLog_ChooseDestination=Choose Log File Destination -CopyLog_ErrorCopyingFile=Error Copying a File -CopyLog_ErrorWhileCopyingLog=Error while copying working log file:\u0020 +CopyLog_ErrorCopyingFile=Error Saving File +CopyLog_ErrorWhileCopyingLog=Error while saving working log file:\u0020 CopyLog_InvalidDestination=Destination is not valid:\u0020 CopyLog_LogFileIsNotAvailable=Working log file is not available. CopyLog_UnableToAccess=Unable to access build log at\u0020 -- cgit v1.2.3