Rename "Close" to "Apply" in DependencyPropertiesDialog#1634
Rename "Close" to "Apply" in DependencyPropertiesDialog#1634vogella merged 1 commit intoeclipse-pde:masterfrom
Conversation
This changes the name of the OK button to "Close", to avoid any confusion with the similarly named "Cancel" button. Closes eclipse-pde#1632
|
The button order is different (opposite) on MacOs than on Windows/Linux. Buttons are not sorted... https://stackoverflow.com/questions/6667271/standard-placement-order-for-common-buttons |
Did you test / develop on different platforms? As @merks said, button are OS specific |
The order is definitely OS specific. On Windows, the order is "Apply" "Cancel" but on Linux it's "Cancel" "Apply". Weird... 🤷 |
|
Test / build failure seems unrelated. Thanks @ptziegler |
|
Please don't merge things until we open the stream. I don't want such merges to break build due to missing version bumps or etc. |



This changes the name of the OK button to "Close", to avoid any confusion with the similarly named "Cancel" button.
Closes #1632