mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 10:00:48 +02:00
IDE: Fix the text shown after adding flags for UTF-8 support.
git-svn-id: trunk@49770 -
This commit is contained in:
parent
703b44fded
commit
1d1bdb5547
@ -264,8 +264,7 @@ begin
|
||||
AddLazUtilsDependency;
|
||||
// Update GUI state and show message.
|
||||
UpdateUtf8RtlButtonState;
|
||||
ShowMessage(Format(lisThisBuildModeNowSetsUTF8InTheRTLFlagsAreInPagesOth, [
|
||||
LineEnding]));
|
||||
ShowMessage(Format(lisThisBuildModeNowSetsUTF8InRTL, [LineEnding]));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
@ -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.';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user