Skip to content

Commit 150ce1e

Browse files
committed
CSSTUDIO-2572 Add label 'Messages.JumpToLogEntry'.
1 parent fd6a87e commit 150ce1e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/logbook/olog/ui/src/main/java/org/phoebus/logbook/olog/ui/Messages.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public class Messages
3838
Forward,
3939
GroupingFailed,
4040
GroupSelectedEntries,
41+
JumpToLogEntry,
4142
Level,
4243
Logbook,
4344
LogbookNotSupported,

app/logbook/olog/ui/src/main/resources/org/phoebus/logbook/olog/ui/LogEntryDisplay.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<ToggleButton fx:id="showHideLogEntryGroupButton" contentDisplay="RIGHT" mnemonicParsing="false"
3434
text="%ShowHideLogEntryGroup" disable="true" onAction="#showHideLogEntryGroup"/>
3535
<Region fx:id="spring" /> <!-- Spring to make the next elements right-aligned. -->
36-
<Label text="Jump to log-entry: " />
36+
<Label text="%JumpToLogEntry" />
3737
<TextField fx:id="jumpToLogEntryTextField" onAction="#jumpToLogEntry" alignment="CENTER" prefWidth="100"/>
3838
<Button fx:id="goBackButton" mnemonicParsing="false"
3939
onAction="#goBack" text="%Back" disable="true" />

app/logbook/olog/ui/src/main/resources/org/phoebus/logbook/olog/ui/messages.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Help=Help
5555
HitsPerPage=Hits per page:
5656
ImageWidth=Width
5757
ImageHeight=Height
58+
JumpToLogEntry=Jump to Log Entry:
5859
Level=Level
5960
Logbook=Logbook
6061
Logbooks=Logbooks:

0 commit comments

Comments
 (0)