Skip to content

Commit

Permalink
Change "show full file path in the window title" to "display the full…
Browse files Browse the repository at this point in the history
… path in the title bar"

To match the name of the option in Windows Explorer.
  • Loading branch information
Ruevski authored and Ruevski committed Jun 11, 2024
1 parent 71ad5cb commit bdacb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void TextWindow::ShowConfiguration() {
Printf(false, " %Fd%f%Ll%s arc default is diameter%E",
&ScreenChangeArcDimDefault,
SS.arcDimDefaultDiameter ? CHECK_TRUE : CHECK_FALSE);
Printf(false, " %Fd%f%Ll%s show full file path in the window title%E",
Printf(false, " %Fd%f%Ll%s display the full path in the title bar%E",
&ScreenChangeShowFullFilePath, SS.showFullFilePath ? CHECK_TRUE : CHECK_FALSE);
Printf(false, "");
Printf(false, "%Ft autosave interval (in minutes)%E");
Expand Down

0 comments on commit bdacb87

Please sign in to comment.