[Libreoffice-commits] core.git: dbaccess/uiconfig

Julien Nabet serval2412 at yahoo.fr
Mon Jan 29 11:33:54 UTC 2018


 dbaccess/uiconfig/ui/relationdialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit eb1bae576bb769336669962b6c6c24e7db877b8e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Jan 29 10:41:07 2018 +0100

    Related tdf#115273: Set NULL
    
    instead of "Set null" to explicit the fact that NULL is a keyword
    
    Change-Id: Iab393ffc1af07d027ef93168c8de58f3635af11c
    Reviewed-on: https://gerrit.libreoffice.org/48817
    Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/dbaccess/uiconfig/ui/relationdialog.ui b/dbaccess/uiconfig/ui/relationdialog.ui
index d7f2f2c65c0c..dca52120421d 100644
--- a/dbaccess/uiconfig/ui/relationdialog.ui
+++ b/dbaccess/uiconfig/ui/relationdialog.ui
@@ -241,7 +241,7 @@
                             </child>
                             <child>
                               <object class="GtkRadioButton" id="addnull">
-                                <property name="label" translatable="yes" context="relationdialog|addnull">_Set null</property>
+                                <property name="label" translatable="yes" context="relationdialog|addnull">_Set NULL</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
@@ -343,7 +343,7 @@
                             </child>
                             <child>
                               <object class="GtkRadioButton" id="delnull">
-                                <property name="label" translatable="yes" context="relationdialog|delnull">_Set null</property>
+                                <property name="label" translatable="yes" context="relationdialog|delnull">_Set NULL</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>


More information about the Libreoffice-commits mailing list