Kaydet (Commit) eb1bae57 authored tarafından Julien Nabet's avatar Julien Nabet

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/48817Reviewed-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 13c744e3
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment