File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
java/org/phoebus/applications/probe
resources/org/phoebus/applications/probe Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public class Messages
2323 public static String ControlRange ;
2424 public static String Copy ;
2525 public static String CopyWithValue ;
26+ public static String Description ;
2627 public static String DisplayRange ;
2728 public static String EnumLbls ;
2829 public static String Format ;
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ private void setMetadata(final VType value)
345345 else if (value instanceof VNumber )
346346 {
347347 final Display dis = ((VNumber ) value ).getDisplay ();
348+ buf .append (Messages .Description ).append (dis .getDescription ()).append ("\n " );
348349 buf .append (Messages .Units ).append (dis .getUnit ()).append ("\n " );
349350 buf .append (Messages .Format ).append (dis .getFormat ().format (0.123456789 )).append ("\n " );
350351 buf .append (Messages .DisplayRange ).append (dis .getDisplayRange ().getMinimum ()).append (" .. " ).append (dis .getDisplayRange ().getMaximum ()).append ("\n " );
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Alarms=Alarms:
33ControlRange =Control Range:
44Copy =Copy PV to Clipboard
55CopyWithValue =Copy PV to Clipboard with Value
6+ Description =Description:
67DisplayRange =Display Range:
78EnumLbls =Enumeration Labels:
89Format =Format:
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Alarms=Alarmes :
33ControlRange =Plage de contr\u00F4le :
44Copy =Copier le PV dans le presse-papiers
55CopyWithValue =Copier la valeur du PV dans le presse-papiers
6+ Description =Description:
67DisplayRange =Plage d\u0027affichage :
78EnumLbls =\u00C9tiquettes d\u0027\u00E9num\u00E9ration :
89Format =Format :
You can’t perform that action at this time.
0 commit comments