plug-ins: s/Save as DDS/Export as DDS/
Let's make the GUI title consistent with our naming.
This commit is contained in:
parent
8f49fad3da
commit
7e68aa37c1
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 ("Save 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