removed some more periods that I missed earlier
This commit is contained in:
@ -181,7 +181,7 @@ query (void)
|
||||
};
|
||||
|
||||
gimp_install_procedure (PLUG_IN_NAME,
|
||||
N_("Combine two images using depth maps (z-buffers)."),
|
||||
N_("Combine two images using depth maps (z-buffers)"),
|
||||
"Taking as input two full-color, full-alpha "
|
||||
"images and two corresponding grayscale depth "
|
||||
"maps, this plug-in combines the images based "
|
||||
|
||||
@ -197,11 +197,11 @@ query (void)
|
||||
};
|
||||
|
||||
const gchar *hurl_blurb =
|
||||
N_("Completely randomize a fraction of pixels.");
|
||||
N_("Completely randomize a fraction of pixels");
|
||||
const gchar *pick_blurb =
|
||||
N_("Randomly interchange some pixels with neighbors.");
|
||||
N_("Randomly interchange some pixels with neighbors");
|
||||
const gchar *slur_blurb =
|
||||
N_("Randomly slide some pixels downward (similar to melting).");
|
||||
N_("Randomly slide some pixels downward (similar to melting)");
|
||||
|
||||
const gchar *hurl_help =
|
||||
"This plug-in ``hurls'' randomly-valued pixels onto the selection or "
|
||||
|
||||
@ -112,7 +112,8 @@ query (void)
|
||||
};
|
||||
|
||||
gimp_install_procedure (PLUG_IN_PROC,
|
||||
N_("Make image sharper (less powerful than Unsharp Mask)."),
|
||||
N_("Make image sharper "
|
||||
"(less powerful than Unsharp Mask)"),
|
||||
"This plug-in selectively performs a convolution "
|
||||
"filter on an image.",
|
||||
"Michael Sweet <mike@easysw.com>",
|
||||
|
||||
Reference in New Issue
Block a user