TvPlanIt: Update Polish translation (by kkuba)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8938 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-10-08 23:26:33 +00:00
parent a41f9dbdcb
commit 2871daa7c1
10 changed files with 63 additions and 156 deletions

View File

@ -1155,7 +1155,7 @@ begin
FDefaultPopup.Items.Add(NewItem);
end;
if RSPopupExportToICal <> '' then begin // Export ical
if RSPopupExportToICal <> '' then begin // Export ical
NewItem := TVpMenuItem.Create(Self);
NewItem.Kind := mikExportEventToICal;
NewItem.OnClick := PopupExportICalFile;