Skip to content

Commit 969d90a

Browse files
author
Samaa Medhat
committed
Changed the icons
fixed some typos
1 parent 4ffc25e commit 969d90a

File tree

4 files changed

+5
-17
lines changed

4 files changed

+5
-17
lines changed

data/pyazan.png

100755100644
-560 Bytes
Loading

data/pyazan_icon.png

703 Bytes
Loading

pyazan/plugins/audiohandler/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def getUiWidget(self):
4545
return widget
4646

4747
def getDescription(self):
48-
return "Play Athan sound!"
48+
return "Play Azan sound!"

ui/pyazan_ui.xml

+4-16
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
<child>
144144
<object class="GtkVBox" id="vbox1">
145145
<property name="visible">True</property>
146-
<property name="orientation">vertical</property>
147146
<child>
148147
<object class="GtkNotebook" id="tab_options">
149148
<property name="height_request">400</property>
@@ -162,7 +161,6 @@
162161
<child>
163162
<object class="GtkVBox" id="vbox3">
164163
<property name="visible">True</property>
165-
<property name="orientation">vertical</property>
166164
<child>
167165
<object class="GtkTable" id="table1">
168166
<property name="visible">True</property>
@@ -394,7 +392,7 @@
394392
</child>
395393
<child>
396394
<object class="GtkCheckButton" id="chkbnt_maghrib">
397-
<property name="label" translatable="yes">Maghirb</property>
395+
<property name="label" translatable="yes">Maghrib</property>
398396
<property name="visible">True</property>
399397
<property name="can_focus">True</property>
400398
<property name="receives_default">False</property>
@@ -461,7 +459,6 @@
461459
<child>
462460
<object class="GtkVBox" id="vbox2">
463461
<property name="visible">True</property>
464-
<property name="orientation">vertical</property>
465462
<child>
466463
<placeholder/>
467464
</child>
@@ -478,9 +475,9 @@
478475
</packing>
479476
</child>
480477
<child type="tab">
481-
<object class="GtkLabel" id="tab_display">
478+
<object class="GtkLabel" id="label3">
482479
<property name="visible">True</property>
483-
<property name="label" translatable="yes">Display</property>
480+
<property name="label" translatable="yes">Plugins</property>
484481
</object>
485482
<packing>
486483
<property name="position">1</property>
@@ -515,7 +512,6 @@
515512
<child>
516513
<object class="GtkVBox" id="vbox4">
517514
<property name="visible">True</property>
518-
<property name="orientation">vertical</property>
519515
<child>
520516
<object class="GtkHBox" id="hbox3">
521517
<property name="visible">True</property>
@@ -534,7 +530,6 @@
534530
<child>
535531
<object class="GtkVBox" id="plugin_descriptio">
536532
<property name="visible">True</property>
537-
<property name="orientation">vertical</property>
538533
<child>
539534
<object class="GtkLabel" id="lbl_plugin_description">
540535
<property name="visible">True</property>
@@ -602,14 +597,7 @@
602597
<placeholder/>
603598
</child>
604599
<child type="tab">
605-
<object class="GtkLabel" id="label3">
606-
<property name="visible">True</property>
607-
<property name="label" translatable="yes">Plugins</property>
608-
</object>
609-
<packing>
610-
<property name="position">1</property>
611-
<property name="tab_fill">False</property>
612-
</packing>
600+
<placeholder/>
613601
</child>
614602
</object>
615603
<packing>

0 commit comments

Comments
 (0)