Skip to content

Commit b846b65

Browse files
authored
Merge pull request #3619 from ControlSystemStudio/CSSTUDIO-3555
CSSTUDIO-3555 Fix (1) two labels in messages.properties, (2) default value of the setting `org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor`
2 parents cfa4608 + ee3506c commit b846b65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/display/model/src/main/resources/display_model_preferences.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ enable_saved_on_comments=false
9595
# increase in memory consumption. E.g., by setting the SVG rendering resolution factor to 2.0, an
9696
# SVG can be rendered at twice the width and twice the height, but the memory required to
9797
# represent the image grows by a factor of four.
98-
org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor=false
98+
enable_svg_rendering_resolution_factor=false

app/display/model/src/main/resources/org/csstudio/display/builder/model/messages.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ GroupWidget_Description=Group of widgets
4141
GroupWidget_Name=Group
4242
HighlightActiveRegion=Highlight Active Region
4343
InformativeTooltipActions=Actions to execute when the widget is clicked on.
44-
InformativeTooltopAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm?
44+
InformativeTooltipAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm?
4545
InformativeTooltipHeight=The height of the widget in pixels.
4646
InformativeTooltipName=The name of the widget.
47-
InformativTooltipPVName=The name of the PV to connect to and to display in the widget.
47+
InformativeTooltipPVName=The name of the PV to connect to and to display in the widget.
4848
InformativeTooltipRules=Rules associated with the widget.
4949
InformativeTooltipScripts=Scripts associated with the widget.
5050
InformativeTooltipTooltip=Text to display in the tooltip of the widget when hovering with the mouse over the widget.

0 commit comments

Comments
 (0)