Skip to content

Commit 422b048

Browse files
committed
Rename Align to corner of the screen setting to Align to edge of taskbar
The setting was improperly named and evoked that custom button should be "moved" to the corner of screen even for center aligned taskbar on Windows 11. What the setting does (and always did) is to align button to the edge of taskbar (e.g. bottom edge in case of bottom taskbar) instead of centering it. Hopefully it will be now more clear.
1 parent c517e21 commit 422b048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/StartMenu/StartMenuDLL/StartMenuDLL.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,8 @@ BEGIN
12391239
IDS_SHOW_APPS_MENU_TIP2 "Enable the Apps menu\nWarning: You don't have the Apps item in your custom menu, so this setting will be ignored"
12401240
IDS_SKIN_ERR_METRO_COLOR
12411241
"The selected skin is not compatible with Windows 7.\r\n"
1242-
IDS_BUTTON_ALIGN "Align to corner of the screen"
1243-
IDS_BUTTON_ALIGN_TIP "When this is checked, the button will be aligned to the corner of the screen instead of the middle of the taskbar"
1242+
IDS_BUTTON_ALIGN "Align to edge of taskbar"
1243+
IDS_BUTTON_ALIGN_TIP "When this is checked, the button will be aligned to the edge the taskbar instead of the middle of the taskbar"
12441244
IDS_MENU_GLASS2 "Enable menu glass"
12451245
IDS_MENU_GLASS2_TIP "Check this to use glass transparency in the menu"
12461246
IDS_GLASS_OPACITY "Glass opacity"

0 commit comments

Comments
 (0)