More attempts to simplify and standardise the language of the new magic tools.
This commit is contained in:
parent
ff84a1752f
commit
ee8020589a
9 changed files with 24 additions and 24 deletions
|
|
@ -64,8 +64,8 @@ const char * rain_names[rain_NUM_TOOLS] = {
|
|||
gettext_noop("Rain"),
|
||||
};
|
||||
const char * rain_descs[rain_NUM_TOOLS][2] = {
|
||||
{gettext_noop("Click to place a rain drop onto the image."),
|
||||
gettext_noop("Click to cover the image with rain drops."),},
|
||||
{gettext_noop("Click to place a rain drop onto your picture."),
|
||||
gettext_noop("Click to cover your picture with rain drops."),},
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue