plug-ins: "Export as DDS" is translatable.
Thanks to Piotr Drąg for raising my overlooking this.
(cherry picked from commit d1de204dbc)
This commit is contained in:
parent
c45362c57d
commit
188c82ddc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1794,7 +1794,7 @@ static gint save_dialog(gint32 image_id, gint32 drawable_id)
|
|||
|
||||
basetype = gimp_image_base_type(image_id);
|
||||
|
||||
dlg = gimp_dialog_new ("Export as DDS", "dds", NULL, GTK_WIN_POS_MOUSE,
|
||||
dlg = gimp_dialog_new (_("Export as DDS"), "dds", NULL, GTK_WIN_POS_MOUSE,
|
||||
gimp_standard_help_func, SAVE_PROC,
|
||||
_("Cancel"), GTK_RESPONSE_CANCEL,
|
||||
_("OK"), GTK_RESPONSE_OK,
|
||||
|
|
|
|||
Loading…
Reference in a new issue