Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ClipboardPreferencePage extends PreferencePage implements IWorkbenchPrefer
]

newLabel[
text = "0(no limit) to 100"
text = "0 (no limit) to 100"
foreground = COLOR_DARK_GRAY
]

Expand Down Expand Up @@ -114,7 +114,7 @@ class ClipboardPreferencePage extends PreferencePage implements IWorkbenchPrefer
layout = newGridLayout[]

setActiveButton = newCheckbox[
text = "Set accepted clip as active clipbaord contents."
text = "Set accepted clip as active clipboard contents."
]
]

Expand All @@ -125,7 +125,7 @@ class ClipboardPreferencePage extends PreferencePage implements IWorkbenchPrefer

dontAskRemoveAllButton = newCheckbox[
layoutData = FILL_HORIZONTAL[horizontalSpan = 2]
text = "Do not ask when remove all clip board entries."
text = "Do not ask when removing all clipboard entries."
]
]
]
Expand Down Expand Up @@ -177,4 +177,4 @@ class ClipboardPreferencePage extends PreferencePage implements IWorkbenchPrefer

override init(IWorkbench workbench) {
}
}
}