Stamp rotation: Show degrees as Tux tool tip
This commit is contained in:
parent
6fd0517f1e
commit
1627e5a801
2 changed files with 14 additions and 7 deletions
|
|
@ -23,8 +23,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
https://tuxpaint.org/
|
||||
|
||||
June 14, 2002 - December 11, 2022
|
||||
$Id$
|
||||
June 14, 2002 - February 18, 2023
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -198,7 +197,7 @@ const char *const tool_tips[NUM_TOOLS] = {
|
|||
#define TIP_BRUSH_SPACING_MORE_FRAC gettext_noop("This brush's spacing is now about %1$d %2$d/%3$d times as big as the brush shape.")
|
||||
|
||||
// Instructions to show when rotating stamps
|
||||
#define TIP_STAMPS_ROTATING gettext_noop("Drag the mouse to rotate the stamp. Click to draw it.")
|
||||
#define TIP_STAMPS_ROTATING gettext_noop("Drag the mouse to rotate the stamp. Click to draw it. (It is rotated %d degrees.)")
|
||||
|
||||
|
||||
/* Tool icon filenames: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue