diff options
author | Jonah Graham | 2022-01-14 17:23:02 +0000 |
---|---|---|
committer | Jonah Graham | 2022-01-14 17:58:33 +0000 |
commit | d4a17751d54cdca487e9b2a9c7fb075a750ac3ec (patch) | |
tree | fbe52afa83f5775523ecdb2d27cd04032e2c7efa /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui | |
parent | a7746e4e9ef25140f9029fdf6e1ac5d2dbb28369 (diff) | |
download | org.eclipse.cdt-d4a17751d54cdca487e9b2a9c7fb075a750ac3ec.tar.gz org.eclipse.cdt-d4a17751d54cdca487e9b2a9c7fb075a750ac3ec.tar.xz org.eclipse.cdt-d4a17751d54cdca487e9b2a9c7fb075a750ac3ec.zip |
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
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui')
-rw-r--r-- | core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/buildconsole/ConsoleMessages.properties | 6 |
1 files changed, 3 insertions, 3 deletions
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 |