mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
IDE: improved captions of IDE title settings
This commit is contained in:
parent
21803721f8
commit
0b46fd2f3a
@ -1313,8 +1313,8 @@ resourcestring
|
|||||||
+'button in the taskbar for the whole IDE instead of one per window. Some'
|
+'button in the taskbar for the whole IDE instead of one per window. Some'
|
||||||
+' Linux Window Managers like Cinnamon do not support this and always show'
|
+' Linux Window Managers like Cinnamon do not support this and always show'
|
||||||
+' one button per window.';
|
+' one button per window.';
|
||||||
lisIDETitleStartsWithProjectName = 'Show custom IDE title before buildin IDE title or info';
|
lisIDETitleStartsWithProjectName = 'Show custom IDE title before built-in IDE title or info';
|
||||||
lisIDETitleOptions = 'IDE main-window and taskbar title';
|
lisIDETitleOptions = 'IDE main window and taskbar title';
|
||||||
lisIDETitleCustom = 'Custom IDE title';
|
lisIDETitleCustom = 'Custom IDE title';
|
||||||
lisIDECaptionCustomHint = 'Additional info to display in the IDE title';
|
lisIDECaptionCustomHint = 'Additional info to display in the IDE title';
|
||||||
lisAutoAdjustIDEHeight = 'Automatically adjust IDE main window height';
|
lisAutoAdjustIDEHeight = 'Automatically adjust IDE main window height';
|
||||||
@ -1325,9 +1325,8 @@ resourcestring
|
|||||||
lisProjectInspectorShowProps = 'Show properties pane in Project Inspector';
|
lisProjectInspectorShowProps = 'Show properties pane in Project Inspector';
|
||||||
lisWindowMenuWithNameForDesignedForm = 'Window menu shows designed form''s name instead of caption';
|
lisWindowMenuWithNameForDesignedForm = 'Window menu shows designed form''s name instead of caption';
|
||||||
lisWindowMenuWithNameForDesignedFormHint = 'Useful especially if the caption is left empty.';
|
lisWindowMenuWithNameForDesignedFormHint = 'Useful especially if the caption is left empty.';
|
||||||
lisTitleInTaskbarShowsForExampleProject1LpiLazarus = 'Show the custom IDE title ' +
|
lisTitleInTaskbarShowsForExampleProject1LpiLazarus = 'Show the custom IDE title ' +
|
||||||
'before the IDE''s name and other before other info shown in the title'
|
'before the IDE''s name and other info in the title. Example: project1 - Lazarus.';
|
||||||
+'shows for example: project1 - Lazarus';
|
|
||||||
|
|
||||||
// Message window options
|
// Message window options
|
||||||
dlgShowMessagesIcons = 'Show Messages Icons';
|
dlgShowMessagesIcons = 'Show Messages Icons';
|
||||||
|
Loading…
Reference in New Issue
Block a user