mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +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_TBUnInstall_Caption = 'Uninstall';
|
||||
rsMainFrm_TBUnInstall_Hint = 'Uninstall packages';
|
||||
rsMainFrm_TBOpenRepo_Caption = 'Open';
|
||||
rsMainFrm_TBOpenRepo_Caption = 'Local repo';
|
||||
rsMainFrm_TBOpenRepo_Hint = 'Open local repository';
|
||||
rsMainFrm_TBCleanUp_Caption = 'Cleanup';
|
||||
rsMainFrm_TBCleanUp_Hint = 'Cleanup local repository';
|
||||
|
@ -471,7 +471,7 @@ object MainFrm: TMainFrm
|
||||
Left = 363
|
||||
Top = 0
|
||||
AutoSize = True
|
||||
Caption = 'Open'
|
||||
Caption = 'Local repo'
|
||||
ImageIndex = 5
|
||||
OnClick = tbOpenRepoClick
|
||||
ParentShowHint = False
|
||||
|
Loading…
Reference in New Issue
Block a user