mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 07:29:27 +02:00
IDE: fix character casing in a GUI string
git-svn-id: trunk@33735 -
This commit is contained in:
parent
2692c6cc47
commit
17a5f29c18
@ -794,7 +794,8 @@ resourcestring
|
||||
listInfoBuildAutoCloseOnSuccess = '&Automatically close on success';
|
||||
|
||||
// file dialogs
|
||||
lisOpenFile = 'Open file';
|
||||
lisOpenFile = 'Open File';
|
||||
lisOpenFile2 = 'Open file';
|
||||
lisProjectSRaisedExceptionClassS = 'Project %s raised exception class ''%s''.';
|
||||
lisProjectSRaisedExceptionClassSWithMessageSS = 'Project %s raised '
|
||||
+'exception class ''%s'' with message:%s%s';
|
||||
|
@ -580,7 +580,7 @@ begin
|
||||
AddBitBtn.Caption:='';
|
||||
RemoveBitBtn.Caption:='';
|
||||
OptionsBitBtn.Caption:='';
|
||||
OpenBitBtn.Hint:=lisOpenFile;
|
||||
OpenBitBtn.Hint:=lisOpenFile2;
|
||||
AddBitBtn.Hint:=lisCodeTemplAdd;
|
||||
RemoveBitBtn.Hint:=lisExtToolRemove;
|
||||
OptionsBitBtn.Hint:=dlgFROpts;
|
||||
|
Loading…
Reference in New Issue
Block a user