fixing exist->existing

This commit is contained in:
Joe Hansen 2015-03-12 18:01:03 +00:00
parent 9c43a9b69e
commit 42736b8617

View file

@ -127,7 +127,7 @@ const char *const tool_tips[NUM_TOOLS] = {
gettext_noop("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text."), gettext_noop("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text."),
// Label tool instructions // Label tool instructions
gettext_noop("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text. By using the selector button and clicking an exist label, you can move it, edit it and change its text style."), gettext_noop("Choose a style of text. Click on your drawing and you can start typing. Press [Enter] or [Tab] to complete the text. By using the selector button and clicking an existing label, you can move it, edit it and change its text style."),
// Reserved... // Reserved...
" ", " ",