app: in UI strings s/Precision/Encoding/
(cherry picked from commit 7025039b93
)
This commit is contained in:
@ -58,6 +58,9 @@ static const GimpActionEntry image_actions[] =
|
||||
{ "image-menu", NULL, NC_("image-action", "_Image") },
|
||||
{ "image-mode-menu", NULL, NC_("image-action", "_Mode") },
|
||||
{ "image-precision-menu", NULL, NC_("image-action", "Pr_ecision") },
|
||||
#if PENDING_TRANSLATION
|
||||
{ "image-precision-menu", NULL, NC_("image-action", "_Encoding") },
|
||||
#endif
|
||||
{ "image-color-management-menu", NULL, NC_("image-action",
|
||||
"Color Ma_nagement") },
|
||||
{ "image-transform-menu", NULL, NC_("image-action", "_Transform") },
|
||||
|
@ -154,6 +154,9 @@ convert_precision_dialog_new (GimpImage *image,
|
||||
blurb = g_strdup_printf (_("Convert Image to %s"), enum_desc);
|
||||
|
||||
dialog = gimp_viewable_dialog_new (GIMP_VIEWABLE (image), context,
|
||||
#if PENDING_TRANSLATION
|
||||
_("Encoding Conversion"),
|
||||
#endif
|
||||
_("Precision Conversion"),
|
||||
"gimp-image-convert-precision",
|
||||
GIMP_ICON_CONVERT_PRECISION,
|
||||
|
Reference in New Issue
Block a user