diff --git a/ide/idetranslations.pas b/ide/idetranslations.pas index 5168ac2c40..bb256c7441 100644 --- a/ide/idetranslations.pas +++ b/ide/idetranslations.pas @@ -517,6 +517,9 @@ begin // Debugger GUI TranslateUnitResourceStrings('DebuggerStrConst', Dir+'languages/debuggerstrconst'+Ext,Lang,FallbackLang); + // LCL (needed to translate button captions in a dialog about config directory belonging to another Lazarus instance) + TranslateUnitResourceStrings('LCLStrConsts', + Dir+'lcl/languages/lclstrconsts'+Ext,Lang,FallbackLang); end; { TLazarusTranslations }