Ide: simplify tooltips in select main package.

git-svn-id: svn://ultimatepp.org/upp/trunk@15141 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-09-24 19:17:32 +00:00
parent 25e54ae1d0
commit ba8d834101

View file

@ -1,13 +1,13 @@
LAYOUT(SelectPackageLayout, 740, 432)
ITEM(ParentCtrl, parent, HSizePosZ(4, 4).VSizePosZ(4, 60))
ITEM(DataPusher, description, Tip(t_("Shows currently selected package description. You can click on it for edition.")).HSizePosZ(4, 4).BottomPosZ(36, 20))
ITEM(DataPusher, description, Tip(t_("Shows currently selected package description. Click on it for edition..")).HSizePosZ(4, 4).BottomPosZ(36, 20))
ITEM(ProgressIndicator, progress, HSizePosZ(364, 260).BottomPosZ(9, 15))
ITEM(DropList, filter, Tip(t_("Select which packages should be displayed.")).LeftPosZ(4, 156).BottomPosZ(9, 19))
ITEM(EditString, search, Tip(t_("Search for the concrete package.")).LeftPosZ(164, 124).BottomPosZ(9, 19))
ITEM(DropList, filter, Tip(t_("Select which packages should be displayed")).LeftPosZ(4, 156).BottomPosZ(9, 19))
ITEM(EditString, search, Tip(t_("Search for the concrete package")).LeftPosZ(164, 124).BottomPosZ(9, 19))
ITEM(Option, brief, SetLabel(t_("Brief list")).Tip(t_("If set, displays simplify packages list. Otherwise, the detailed list is shown.")).LeftPosZ(296, 68).BottomPosZ(8, 20))
ITEM(Button, newu, SetLabel(t_("&New package")).Tip(t_("Create new package in the currently selected assembly.")).RightPosZ(142, 90).BottomPosZ(6, 22))
ITEM(Button, ok, SetLabel(t_("OK")).Tip(t_("Open selected package.")).RightPosZ(74, 64).BottomPosZ(6, 22))
ITEM(Button, cancel, SetLabel(t_("Cancel")).Tip(t_("Cancel package selection.")).RightPosZ(6, 64).BottomPosZ(6, 22))
ITEM(Button, newu, SetLabel(t_("&New package")).Tip(t_("Create new package in the currently selected assembly..")).RightPosZ(142, 90).BottomPosZ(6, 22))
ITEM(Button, ok, SetLabel(t_("OK")).Tip(t_("Open selected package")).RightPosZ(74, 64).BottomPosZ(6, 22))
ITEM(Button, cancel, SetLabel(t_("Cancel")).Tip(t_("Cancel package selection")).RightPosZ(6, 64).BottomPosZ(6, 22))
ITEM(Button, help, SetLabel(t_("?")).Tip(t_("Learn more about packages, assemblies and nests.. (Highly recommended for all U++ beginners)")).RightPosZ(236, 20).BottomPosZ(6, 22))
END_LAYOUT