summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-30 16:07:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-30 16:07:12 +0200
commit96a3a3653e838f1646143c5372ec81de84dae807 (patch)
tree281fa3a50965c9b8cfc523cadbf9eaa6f5af3450 /contrib
parentea684efff78a8d0132331644f345f7aed2226910 (diff)
downloadanastasis-gtk-96a3a3653e838f1646143c5372ec81de84dae807.tar.gz
anastasis-gtk-96a3a3653e838f1646143c5372ec81de84dae807.tar.bz2
anastasis-gtk-96a3a3653e838f1646143c5372ec81de84dae807.zip
change 'add provider' to 'edit providers'
Diffstat (limited to 'contrib')
-rw-r--r--contrib/anastasis_gtk_main_window.glade16
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/anastasis_gtk_main_window.glade b/contrib/anastasis_gtk_main_window.glade
index 8ffb93f..30ce66e 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2
+<!-- Generated with glade 3.38.2
Copyright (C) 2019-2021 Anastasis SARL
@@ -28,11 +28,6 @@ Author: Christian Grothoff, Dennis Neufeld
<!-- interface-description Key backup and recovery -->
<!-- interface-copyright 2019-2021 Anastasis SARL -->
<!-- interface-authors Christian Grothoff, Dennis Neufeld -->
- <object class="GtkImage" id="add_image">
- <property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="stock">gtk-add</property>
- </object>
<object class="GtkListStore" id="anastasis_gtk_backup_progress_liststore">
<columns>
<!-- column-name description -->
@@ -231,6 +226,11 @@ Author: Christian Grothoff, Dennis Neufeld
</row>
</data>
</object>
+ <object class="GtkImage" id="edit_image">
+ <property name="visible">True</property>
+ <property name="can-focus">False</property>
+ <property name="stock">gtk-edit</property>
+ </object>
<object class="GtkImage" id="email_image">
<property name="visible">True</property>
<property name="can-focus">False</property>
@@ -2016,11 +2016,11 @@ with &lt;a href="https://www.ngi.eu/ngi-projects/ledger/"&gt;funding&lt;/a&gt; f
<property name="orientation">vertical</property>
<child>
<object class="GtkButton" id="anastasis_gtk_edit_provider_list">
- <property name="label" translatable="yes">_Add provider</property>
+ <property name="label" translatable="yes">_Edit providers</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
- <property name="image">add_image</property>
+ <property name="image">edit_image</property>
<property name="use-underline">True</property>
<property name="always-show-image">True</property>
<signal name="clicked" handler="anastasis_gtk_edit_provider_list_clicked_cb" swapped="no"/>