mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:19:08 +02:00
Opkman: Rename "Open" button to "Local repo" to prevent confusion.
git-svn-id: trunk@57579 -
This commit is contained in:
parent
6ee1d58104
commit
e0f2c26d32
@ -154,7 +154,7 @@ resourcestring
|
|||||||
rsMainFrm_TBUpdate_Hint = 'Update packages from external URL';
|
rsMainFrm_TBUpdate_Hint = 'Update packages from external URL';
|
||||||
rsMainFrm_TBUnInstall_Caption = 'Uninstall';
|
rsMainFrm_TBUnInstall_Caption = 'Uninstall';
|
||||||
rsMainFrm_TBUnInstall_Hint = 'Uninstall packages';
|
rsMainFrm_TBUnInstall_Hint = 'Uninstall packages';
|
||||||
rsMainFrm_TBOpenRepo_Caption = 'Open';
|
rsMainFrm_TBOpenRepo_Caption = 'Local repo';
|
||||||
rsMainFrm_TBOpenRepo_Hint = 'Open local repository';
|
rsMainFrm_TBOpenRepo_Hint = 'Open local repository';
|
||||||
rsMainFrm_TBCleanUp_Caption = 'Cleanup';
|
rsMainFrm_TBCleanUp_Caption = 'Cleanup';
|
||||||
rsMainFrm_TBCleanUp_Hint = 'Cleanup local repository';
|
rsMainFrm_TBCleanUp_Hint = 'Cleanup local repository';
|
||||||
|
@ -471,7 +471,7 @@ object MainFrm: TMainFrm
|
|||||||
Left = 363
|
Left = 363
|
||||||
Top = 0
|
Top = 0
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'Open'
|
Caption = 'Local repo'
|
||||||
ImageIndex = 5
|
ImageIndex = 5
|
||||||
OnClick = tbOpenRepoClick
|
OnClick = tbOpenRepoClick
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
Loading…
Reference in New Issue
Block a user