Change "show full file path in the window title" to "display the full path in the title bar"

To match the name of the option in Windows Explorer.
This commit is contained in:
ruevs 2024-06-11 23:24:03 +03:00
parent 71ad5cbfab
commit cc64fed2d0

View File

@ -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");