mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-24 22:03:05 -06:00
Ide: Added tooltip for cancel button for consistancy.
git-svn-id: svn://ultimatepp.org/upp/trunk@15140 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
06925c232e
commit
25e54ae1d0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ LAYOUT(SelectPackageLayout, 740, 432)
|
|||
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")).RightPosZ(6, 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue