mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 17:17:52 +02:00
IDE/Menu: Show a tooltip about individual menus when asked how to open a project/package. MR !425.
This commit is contained in:
parent
59bf489735
commit
2a3214baf3
@ -784,9 +784,9 @@ resourcestring
|
||||
lisSourceOfPageHasChangedSaveEx = 'Sources of pages have changed. Save page "%s"? (%d more)';
|
||||
lisSourceModified = 'Source modified';
|
||||
lisOpenProject = 'Open Project?';
|
||||
lisOpenTheProject = 'Open the project %s?';
|
||||
lisOpenTheProject = 'Open the project "%s"?' + LineEnding + LineEnding + 'The "Project" menu has separate commands for opening projects and a list of recent ones.';
|
||||
lisOpenPackage = 'Open Package?';
|
||||
lisOpenThePackage = 'Open the package %s?';
|
||||
lisOpenThePackage = 'Open the package "%s"?' + LineEnding + LineEnding + 'The "Package" menu has separate commands for opening packages and a list of recent ones.';
|
||||
lisRevertFailed = 'Revert failed';
|
||||
lisFileIsVirtual = 'File "%s" is virtual.';
|
||||
lisByte = '%s byte';
|
||||
|
Loading…
Reference in New Issue
Block a user