removed some more periods that I missed earlier

This commit is contained in:
Sven Neumann
2006-03-17 10:55:22 +00:00
parent 0486d1c9df
commit 724dd6b8e7
3 changed files with 6 additions and 5 deletions

View File

@ -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 "

View File

@ -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 "

View File

@ -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>",