summaryrefslogtreecommitdiff
path: root/dbaccess/uiconfig
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@pardus.org.tr>2016-04-10 22:25:14 +0300
committerLionel Elie Mamane <lionel@mamane.lu>2016-04-11 11:57:59 +0000
commit87e949b68e9931ed5f19ab6ceb8a709ec2d3d6cf (patch)
treef7517aa46d90958c1634913dc67e71c2cc578d02 /dbaccess/uiconfig
parent654fa8aaed2f959103e3402e2036e9b1e0d734fc (diff)
tdf#49554 Fix misleading error message
Fix misleading error message about primary key on first page of table import wizard, and give additional info about the process by adding an info label. Change-Id: I7c511abc512b7ab87321c055057bae4f42e29af1 Reviewed-on: https://gerrit.libreoffice.org/23969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r--dbaccess/uiconfig/ui/copytablepage.ui16
1 files changed, 15 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/copytablepage.ui b/dbaccess/uiconfig/ui/copytablepage.ui
index ca94cde15e00..dd082b499998 100644
--- a/dbaccess/uiconfig/ui/copytablepage.ui
+++ b/dbaccess/uiconfig/ui/copytablepage.ui
@@ -112,7 +112,7 @@
</child>
<child>
<object class="GtkCheckButton" id="primarykey">
- <property name="label" translatable="yes">Crea_te primary key</property>
+ <property name="label" translatable="yes">Crea_te new field as primary key</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -167,6 +167,20 @@
<property name="top_attach">6</property>
</packing>
</child>
+ <child>
+ <object class="GtkLabel" id="infoLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Existing data fields can be set as primary key on the type formatting step (third page) of the wizard.</property>
+ <property name="wrap">True</property>
+ <property name="max_width_chars">72</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">7</property>
+ </packing>
+ </child>
</object>
</child>
</object>