Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2021-11-26 14:56:28 +0000
committerMatthias Becker2021-11-30 15:32:35 +0000
commit390841f1e3c11fc06f25213cd57314de2e693b4a (patch)
tree5d2f6ad18190f15c2d54a9c63a90f6b4fd6b8f15
parent4967ca6289934c815534ccc3c8ea15c24b87654b (diff)
downloadeclipse.platform.team-Y20211216-0600.tar.gz
eclipse.platform.team-Y20211216-0600.tar.xz
eclipse.platform.team-Y20211216-0600.zip
Labels should be in Sentence style Also: Make some names like "Synchronize" view more obvious Change-Id: I0931c50f4cf1223d998f459fa1449db70830ec93 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/188188 Reviewed-by: Wim Jongman <wim.jongman@remainsoftware.com> Reviewed-by: Matthias Becker <ma.becker@sap.com> Tested-by: Platform Bot <platform-bot@eclipse.org>
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
index 6d3f3d141..a41a4808a 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/messages.properties
@@ -189,7 +189,7 @@ StatisticsPanel_numbersTooltip=The number of ''{0}'' changes in the entire works
StatisticsPanel_numberTotalSingular={0} change
StatisticsPanel_numberTotalPlural={0} changes
-SyncViewerPreferencePage_0=Choose the presentation to be used when displaying Workspace projects
+SyncViewerPreferencePage_0=Choose the presentation to be used when displaying workspace projects
SyncViewerPreferencePage_1=&Flat
SyncViewerPreferencePage_2=T&ree
SyncViewerPreferencePage_3=&Compressed Folders
@@ -204,8 +204,8 @@ SyncViewerPreferencePage_42=&Never
SyncViewerPreferencePage_43=Show the &file author in compare editors
SyncViewerPreferencePage_44=When &editing file in non-shared projects, automatically make files writable if prompting is not possible
SyncViewerPreferencePage_45=Re&use open compare editors when opening comparisons
-SyncViewerPreferencePage_46=Run Project Set import in the &background
-SyncViewerPreferencePage_47=&Apply patch in Synchronize view
+SyncViewerPreferencePage_46=Run 'Project Set' import in the &background
+SyncViewerPreferencePage_47=&Apply patch in 'Synchronize' view
PreferencePageContainerDialog_6=Synchronize Preferences

Back to the top