mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Minor: Enhance wording on grid export caption. No need to mention all 6 different export formats in one short caption.
This commit is contained in:
@ -2031,9 +2031,8 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object actExportData: TAction
|
object actExportData: TAction
|
||||||
Category = 'Export/Import'
|
Category = 'Export/Import'
|
||||||
Caption = 'Export grid data as CSV, HTML, XML or SQL ...'
|
Caption = 'Export grid data to file ...'
|
||||||
Enabled = False
|
Enabled = False
|
||||||
Hint = 'Save grid data to text file'
|
|
||||||
ImageIndex = 20
|
ImageIndex = 20
|
||||||
OnExecute = actExportDataExecute
|
OnExecute = actExportDataExecute
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user