aboutsummaryrefslogtreecommitdiff
path: root/gnunet-gtk.glade
diff options
context:
space:
mode:
Diffstat (limited to 'gnunet-gtk.glade')
-rw-r--r--gnunet-gtk.glade6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 2f281d6f..568e3f22 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -908,6 +908,7 @@ This release fixes downloads of files from directories. The previous version ha
908 <child> 908 <child>
909 <widget class="GtkButton" id="cancelSearchButton"> 909 <widget class="GtkButton" id="cancelSearchButton">
910 <property name="visible">True</property> 910 <property name="visible">True</property>
911 <property name="sensitive">False</property>
911 <property name="tooltip" translatable="yes">Cancel the selected search</property> 912 <property name="tooltip" translatable="yes">Cancel the selected search</property>
912 <property name="can_focus">True</property> 913 <property name="can_focus">True</property>
913 <property name="label">gtk-cancel</property> 914 <property name="label">gtk-cancel</property>
@@ -926,6 +927,7 @@ This release fixes downloads of files from directories. The previous version ha
926 <child> 927 <child>
927 <widget class="GtkButton" id="stopSearchButton"> 928 <widget class="GtkButton" id="stopSearchButton">
928 <property name="visible">True</property> 929 <property name="visible">True</property>
930 <property name="sensitive">False</property>
929 <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property> 931 <property name="tooltip" translatable="yes">Cancel the selected search and remove it from the list</property>
930 <property name="can_focus">True</property> 932 <property name="can_focus">True</property>
931 <property name="label">gtk-stop</property> 933 <property name="label">gtk-stop</property>
@@ -1230,6 +1232,7 @@ This release fixes downloads of files from directories. The previous version ha
1230 <child> 1232 <child>
1231 <widget class="GtkButton" id="abortDownloadButton"> 1233 <widget class="GtkButton" id="abortDownloadButton">
1232 <property name="visible">True</property> 1234 <property name="visible">True</property>
1235 <property name="sensitive">False</property>
1233 <property name="tooltip" translatable="yes">Cancel the selected download</property> 1236 <property name="tooltip" translatable="yes">Cancel the selected download</property>
1234 <property name="can_focus">True</property> 1237 <property name="can_focus">True</property>
1235 <property name="label">gtk-cancel</property> 1238 <property name="label">gtk-cancel</property>
@@ -1248,6 +1251,7 @@ This release fixes downloads of files from directories. The previous version ha
1248 <child> 1251 <child>
1249 <widget class="GtkButton" id="stopDownloadButton"> 1252 <widget class="GtkButton" id="stopDownloadButton">
1250 <property name="visible">True</property> 1253 <property name="visible">True</property>
1254 <property name="sensitive">False</property>
1251 <property name="tooltip" translatable="yes">Cancel the selected download and remove it from the list</property> 1255 <property name="tooltip" translatable="yes">Cancel the selected download and remove it from the list</property>
1252 <property name="can_focus">True</property> 1256 <property name="can_focus">True</property>
1253 <property name="label">gtk-stop</property> 1257 <property name="label">gtk-stop</property>
@@ -1372,6 +1376,7 @@ This release fixes downloads of files from directories. The previous version ha
1372 <child> 1376 <child>
1373 <widget class="GtkButton" id="cancelUploadButton"> 1377 <widget class="GtkButton" id="cancelUploadButton">
1374 <property name="visible">True</property> 1378 <property name="visible">True</property>
1379 <property name="sensitive">False</property>
1375 <property name="tooltip" translatable="yes">Cancel the selected upload</property> 1380 <property name="tooltip" translatable="yes">Cancel the selected upload</property>
1376 <property name="can_focus">True</property> 1381 <property name="can_focus">True</property>
1377 <property name="label">gtk-cancel</property> 1382 <property name="label">gtk-cancel</property>
@@ -1390,6 +1395,7 @@ This release fixes downloads of files from directories. The previous version ha
1390 <child> 1395 <child>
1391 <widget class="GtkButton" id="stopUploadButton"> 1396 <widget class="GtkButton" id="stopUploadButton">
1392 <property name="visible">True</property> 1397 <property name="visible">True</property>
1398 <property name="sensitive">False</property>
1393 <property name="tooltip" translatable="yes">Cancel the selected upload and remove it from the list</property> 1399 <property name="tooltip" translatable="yes">Cancel the selected upload and remove it from the list</property>
1394 <property name="can_focus">True</property> 1400 <property name="can_focus">True</property>
1395 <property name="label">gtk-stop</property> 1401 <property name="label">gtk-stop</property>