From e2b90b1e67a8f4205e99298d6df8c4a7ee80bbe0 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 26 Mar 2012 05:01:53 +0000 Subject: [PATCH] ide: change enabled DPI aware to the same caption as in Visual Studio git-svn-id: trunk@36336 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 50036725a1..24f1669a90 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -2173,7 +2173,7 @@ resourcestring dlgPOUseAppBundle = 'Use Application Bundle for running and debugging (Darwin only)'; dlgPOCreateAppBundle = 'Create Application Bundle'; dlgPOUseManifest = 'Use manifest file to enable themes (Windows only)'; - dlgPODpiAware = 'Dpi aware application (for Vista+)'; + dlgPODpiAware = 'Enabled DPI Awareness (for Vista+)'; dlgPOIcon = 'Icon:'; dlgPOLoadIcon = 'Load Icon'; dlgPOSaveIcon = 'Save Icon';