IDE: Fix the text shown after adding flags for UTF-8 support.

git-svn-id: trunk@49770 -
This commit is contained in:
juha 2015-09-06 15:02:21 +00:00
parent 703b44fded
commit 1d1bdb5547
2 changed files with 3 additions and 5 deletions

View File

@ -264,8 +264,7 @@ begin
AddLazUtilsDependency;
// Update GUI state and show message.
UpdateUtf8RtlButtonState;
ShowMessage(Format(lisThisBuildModeNowSetsUTF8InTheRTLFlagsAreInPagesOth, [
LineEnding]));
ShowMessage(Format(lisThisBuildModeNowSetsUTF8InRTL, [LineEnding]));
end;
end;

View File

@ -264,9 +264,8 @@ resourcestring
lisMenuTools = '&Tools';
lisMenuWindow = '&Window';
lisMenuHelp = '&Help';
lisThisBuildModeNowSetsUTF8InTheRTLFlagsAreInPagesOth = 'This build mode now'
+' sets UTF-8 in the RTL.%s Flags are in pages "Other" and "Additions and '
+'Overrides".';
lisThisBuildModeNowSetsUTF8InRTL = 'This build mode now sets UTF-8 in RTL.%s'
+' Flags are in pages "Custom Options" and "Additions and Overrides".';
lisThisWillAllowChangingAllBuildModesAtOnceNotImpleme = 'This will allow '
+'changing all build modes at once. Not implemented yet.';