diff options
| author | Dani Megert | 2019-06-20 21:12:34 +0000 |
|---|---|---|
| committer | Dani Megert | 2019-06-20 21:12:34 +0000 |
| commit | b6b9c0c5cb64dec7fe0c3d49fea18f8c358741c9 (patch) | |
| tree | 3c272f0c637a0ab27b507fee4aad3d05b14888ce | |
| parent | c896914047a6e8ddd92b48bb66e2a682417fda17 (diff) | |
| download | eclipse.platform.ui-b6b9c0c5cb64dec7fe0c3d49fea18f8c358741c9.tar.gz eclipse.platform.ui-b6b9c0c5cb64dec7fe0c3d49fea18f8c358741c9.tar.xz eclipse.platform.ui-b6b9c0c5cb64dec7fe0c3d49fea18f8c358741c9.zip | |
Fixed bug 264477: [IDE] "Save automatically before build" and its tooltipI20190620-1800
| -rw-r--r-- | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties index 9233c32d35a..03eb3d6486b 100644 --- a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties +++ b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2017 IBM Corporation and others. +# Copyright (c) 2000, 2019 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -527,7 +527,7 @@ UrlHandlerPreferencePage_LauncherCannotBeDetermined=Eclipse launcher path cannot # ---Workspace IDEWorkspacePreference_autobuild = &Build automatically IDEWorkspacePreference_autobuildToolTip = Build automatically on resource modification -IDEWorkspacePreference_savePriorToBuilding= Save auto&matically before build +IDEWorkspacePreference_savePriorToBuilding= Save auto&matically before manual build IDEWorkspacePreference_savePriorToBuildingToolTip= Save modified resources automatically before manual build IDEWorkspacePreference_RefreshButtonText=&Refresh using native hooks or polling IDEWorkspacePreference_RefreshButtonToolTip=Automatically refresh external workspace changes using native hooks or polling |
