[gimp/gimp-2-10] plug-ins: s/Save as DDS/Export as DDS/



commit 80667aa73f2b15a2f8b1fe0d7db3d2418b698121
Author: Jehan <jehan girinstud io>
Date:   Wed Jan 2 19:14:30 2019 +0100

    plug-ins: s/Save as DDS/Export as DDS/
    
    Let's make the GUI title consistent with our naming.
    
    (cherry picked from commit 7e68aa37c1d2601c8abaf2fe046f2ea7c5fa03f7)

 plug-ins/file-dds/ddswrite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/file-dds/ddswrite.c b/plug-ins/file-dds/ddswrite.c
index e0ea126a44..59109c0de9 100644
--- a/plug-ins/file-dds/ddswrite.c
+++ b/plug-ins/file-dds/ddswrite.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]