Commentary for text input handling routines
Also, sound effect when deleting a Label (select existing label (node), [Backspace] to delete every character, then [Enter] or [Tab] to commit).
This commit is contained in:
parent
f787cb0f75
commit
d682044ce0
2 changed files with 28 additions and 10 deletions
|
|
@ -178,7 +178,7 @@ const char *const tool_tips[NUM_TOOLS] = {
|
|||
#define TIP_NEW_ABORT gettext_noop("OK then… Let’s keep drawing this one!")
|
||||
|
||||
// Instructions to show when the Label tool's selector mode is activated
|
||||
#define TIP_LABEL_SELECTOR_ENABLED gettext_noop("Clicking an existing label. Then, you can move it, edit it, and change its text style. Click the selector button to go back.")
|
||||
#define TIP_LABEL_SELECTOR_ENABLED gettext_noop("Clicking an existing label (or press [Tab] to cycle through them). Then, you can move it, edit it, and change its text style. Click the selector button to go back.")
|
||||
|
||||
// Instructions to show when a Label has been chosen with the selector
|
||||
#define TIP_LABEL_SELECTOR_LABEL_CHOSEN gettext_noop("Click in your picture if you wish to reposition this label, type to change the text, and use the options to change its text style. Press [Enter] or [Tab] when you're finished.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue