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
|
|
@ -81,8 +81,8 @@ char * puzzle_get_name(magic_api * api, int which)
|
|||
char * puzzle_get_description(magic_api * api, int which, int mode)
|
||||
{
|
||||
if (mode==MODE_PAINT)
|
||||
return strdup(gettext_noop("Select the area of image where would you like to make a mosaic"));
|
||||
return strdup(gettext_noop("Click to make mosaic in fullscreen mode"));
|
||||
return strdup(gettext_noop("Select the area of the image where would you like to make a puzzle"));
|
||||
return strdup(gettext_noop("Click to make a puzzle in fullscreen mode"));
|
||||
}
|
||||
|
||||
void puzzle_release(magic_api * api, int which,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue