Skip to content

Commit

Permalink
File explorer show/hidde tooltip not translated apache#4317
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Sep 13, 2024
1 parent 9316649 commit 574d23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ public void refresh() {
@GuiToolbarElement(
root = GUI_PLUGIN_TOOLBAR_PARENT_ID,
id = TOOLBAR_ITEM_SHOW_HIDDEN,
toolTip = "i18n::HopVfsFileDialog.ShowHiddenFiles.Tooltip.Message",
toolTip = "i18n:org.apache.hop.ui.core.vfs:HopVfsFileDialog.ShowHiddenFiles.Tooltip.Message",
image = "ui/images/hide.svg")
public void showHideHidden() {
showingHiddenFiles = !showingHiddenFiles;
Expand Down

0 comments on commit 574d23d

Please sign in to comment.