mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
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
This commit is contained in:
parent
a7746e4e9e
commit
d4a17751d5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue