[gimp/gimp-2-10] plug-ins: incorrect label in file-raw export dialog



commit a8ccd5801f50274e8c22b294f6db6d0c997c3b64
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Jan 18 18:17:55 2022 -0500

    plug-ins: incorrect label in file-raw export dialog
    
    In issue #7528 the wrong export dialog label "RGB Save Type" caused
    confusion.
    Let's change it to "Palette Type", the same as it is in our master branch.

 plug-ins/ui/plug-in-file-raw.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/ui/plug-in-file-raw.ui b/plug-ins/ui/plug-in-file-raw.ui
index 25a4c5f63c..fec131561e 100644
--- a/plug-ins/ui/plug-in-file-raw.ui
+++ b/plug-ins/ui/plug-in-file-raw.ui
@@ -42,7 +42,7 @@
     <child>
       <object class="GimpFrame" id="palette-type-frame">
         <property name="visible">True</property>
-        <property name="label" translatable="yes">RGB Save Type</property>
+        <property name="label" translatable="yes">Palette Type</property>
         <child>
           <object class="GtkVBox" id="palette-type-vbox">
             <property name="visible">True</property>


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