Skip to content

Commit

Permalink
PreferencePageParameterValues_pageLabelSeparator add trailing space
Browse files Browse the repository at this point in the history
- This property is supposed to have a training space which was specified
by `\ ` but the space as removed which then continues the property value
onto the next line which is not the desired effect and results in the
ThemingEnabled property being missing.
  • Loading branch information
merks committed Oct 12, 2024
1 parent dea7b79 commit e13b35f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ OpenPerspectiveDialogAction_tooltip=Open Perspective

#---- General Preferences----
PreferencePage_noDescription = (No description available)
PreferencePageParameterValues_pageLabelSeparator = \ >\
PreferencePageParameterValues_pageLabelSeparator = \ >\
ThemingEnabled = E&nable theming
ThemeChangeWarningText = Restart for the theme changes to take full effect
ThemeChangeWarningTitle = Theme Changed
Expand Down

0 comments on commit e13b35f

Please sign in to comment.