summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorhomeboy445 <akshitsan13@gmail.com>2021-06-26 20:46:25 +0530
committerTomaž Vajngerl <quikee@gmail.com>2021-07-27 14:19:06 +0200
commit6cb3c79b84e396959a982070f6fc4d439a9c396d (patch)
treee76414396b63922a1b12b52193d30be2f2da1808 /svx/uiconfig
parenta66dc788d92d9ef0ab6a5a0339f02df0c39b97fb (diff)
Added the feature to store VCL test results as a zip file
The results can now be downloaded as a zip file, which would consist of the test log and all the resultant bitmap images produced by the tests compressed as png stored in the user directory folder. Change-Id: I8a6098a7454a621bbb9cafa7b6f2cafaa5503522 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117937 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/fileexporteddialog.ui (renamed from svx/uiconfig/ui/profileexporteddialog.ui)10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/uiconfig/ui/profileexporteddialog.ui b/svx/uiconfig/ui/fileexporteddialog.ui
index fe73848d5014..aa1f3d4ae50f 100644
--- a/svx/uiconfig/ui/profileexporteddialog.ui
+++ b/svx/uiconfig/ui/fileexporteddialog.ui
@@ -2,10 +2,10 @@
<!-- Generated with glade 3.22.1 -->
<interface domain="svx">
<requires lib="gtk+" version="3.20"/>
- <object class="GtkDialog" id="ProfileExportedDialog">
+ <object class="GtkDialog" id="FileExportedDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes" context="profileexporteddialog|ProfileExportedDialog">Profile exported</property>
+ <property name="title" translatable="yes" context="fileexporteddialog|FileExportedDialog">File Exported</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="default_width">0</property>
@@ -42,7 +42,7 @@
</child>
<child>
<object class="GtkButton" id="ok">
- <property name="label" translatable="yes" context="profileexporteddialog|openfolder">Open Containing _Folder</property>
+ <property name="label" translatable="yes" context="fileexporteddialog|openfolder">Open Containing _Folder</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -63,10 +63,10 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label">
+ <object class="GtkLabel" id="Filelabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" context="profileexporteddialog|label">Your user profile has been exported as “libreoffice-profile.zip”.</property>
+ <property name="label" translatable="yes" context="fileexporteddialog|Filelabel">File Name</property>
<property name="wrap">True</property>
<property name="max_width_chars">80</property>
<property name="lines">2</property>