mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:59:15 +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';
|
listInfoBuildAutoCloseOnSuccess = '&Automatically close on success';
|
||||||
|
|
||||||
// file dialogs
|
// file dialogs
|
||||||
lisOpenFile = 'Open file';
|
lisOpenFile = 'Open File';
|
||||||
|
lisOpenFile2 = 'Open file';
|
||||||
lisProjectSRaisedExceptionClassS = 'Project %s raised exception class ''%s''.';
|
lisProjectSRaisedExceptionClassS = 'Project %s raised exception class ''%s''.';
|
||||||
lisProjectSRaisedExceptionClassSWithMessageSS = 'Project %s raised '
|
lisProjectSRaisedExceptionClassSWithMessageSS = 'Project %s raised '
|
||||||
+'exception class ''%s'' with message:%s%s';
|
+'exception class ''%s'' with message:%s%s';
|
||||||
|
@ -580,7 +580,7 @@ begin
|
|||||||
AddBitBtn.Caption:='';
|
AddBitBtn.Caption:='';
|
||||||
RemoveBitBtn.Caption:='';
|
RemoveBitBtn.Caption:='';
|
||||||
OptionsBitBtn.Caption:='';
|
OptionsBitBtn.Caption:='';
|
||||||
OpenBitBtn.Hint:=lisOpenFile;
|
OpenBitBtn.Hint:=lisOpenFile2;
|
||||||
AddBitBtn.Hint:=lisCodeTemplAdd;
|
AddBitBtn.Hint:=lisCodeTemplAdd;
|
||||||
RemoveBitBtn.Hint:=lisExtToolRemove;
|
RemoveBitBtn.Hint:=lisExtToolRemove;
|
||||||
OptionsBitBtn.Hint:=dlgFROpts;
|
OptionsBitBtn.Hint:=dlgFROpts;
|
||||||
|
Loading…
Reference in New Issue
Block a user