diff --git a/app/display/model/src/main/resources/display_model_preferences.properties b/app/display/model/src/main/resources/display_model_preferences.properties index 55d3a38ef8..ef9f42738d 100644 --- a/app/display/model/src/main/resources/display_model_preferences.properties +++ b/app/display/model/src/main/resources/display_model_preferences.properties @@ -95,4 +95,4 @@ enable_saved_on_comments=false # increase in memory consumption. E.g., by setting the SVG rendering resolution factor to 2.0, an # SVG can be rendered at twice the width and twice the height, but the memory required to # represent the image grows by a factor of four. -org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor=false +enable_svg_rendering_resolution_factor=false diff --git a/app/display/model/src/main/resources/org/csstudio/display/builder/model/messages.properties b/app/display/model/src/main/resources/org/csstudio/display/builder/model/messages.properties index 82e52e2889..fc6416996a 100644 --- a/app/display/model/src/main/resources/org/csstudio/display/builder/model/messages.properties +++ b/app/display/model/src/main/resources/org/csstudio/display/builder/model/messages.properties @@ -41,10 +41,10 @@ GroupWidget_Description=Group of widgets GroupWidget_Name=Group HighlightActiveRegion=Highlight Active Region InformativeTooltipActions=Actions to execute when the widget is clicked on. -InformativeTooltopAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm? +InformativeTooltipAlarmBorder=Should an alarm border be shown around the widget when the displayed PV signals an alarm? InformativeTooltipHeight=The height of the widget in pixels. InformativeTooltipName=The name of the widget. -InformativTooltipPVName=The name of the PV to connect to and to display in the widget. +InformativeTooltipPVName=The name of the PV to connect to and to display in the widget. InformativeTooltipRules=Rules associated with the widget. InformativeTooltipScripts=Scripts associated with the widget. InformativeTooltipTooltip=Text to display in the tooltip of the widget when hovering with the mouse over the widget.