- Fixed inconsistency in many strings (mostly punctuation changes)

- Updated all PO files so they contain all strings in Tux Paint
This commit is contained in:
Karl Ove Hufthammer 2004-02-06 21:56:35 +00:00
parent dd6a18dc0d
commit 22b9251be5
36 changed files with 8924 additions and 6974 deletions

View file

@ -61,9 +61,9 @@ char * tool_names[NUM_TOOLS] = {
char * tool_tips[NUM_TOOLS] = {
gettext_noop("Pick a color and a brush shape to draw with."),
gettext_noop("Pick a picture to stamp around your drawing."),
gettext_noop("Click to start drawing a line. Let go to complete it."),
gettext_noop("Pick a shape. Click to pick the center, drag, then let go when it is the size you want. Move around to rotate it, and click to draw it."),
gettext_noop("Choose a style of text. Click on your drawing and you can start typing."),
gettext_noop("Click to start drawing a line. Let go to complete it."),
gettext_noop("Pick a shape. Click to pick the center, drag, then let go when it is the size you want. Move around to rotate it, and click to draw it."),
gettext_noop("Choose a style of text. Click on your drawing and you can start typing."),
gettext_noop("Pick a magical effect to use on your drawing!"),
/* Undo */ gettext_noop("Undo!"),
/* Redo */ gettext_noop("Redo!"),