From cc64fed2d0e3c224fa30d06217291b6fd6add9a0 Mon Sep 17 00:00:00 2001 From: ruevs Date: Tue, 11 Jun 2024 23:24:03 +0300 Subject: [PATCH] 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. --- src/confscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confscreen.cpp b/src/confscreen.cpp index 3e147de..b4be1f8 100644 --- a/src/confscreen.cpp +++ b/src/confscreen.cpp @@ -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");