Skip to content

Commit 7a91a10

Browse files
committed
Added more instructions and fixed a typo.
1 parent 29e3fd0 commit 7a91a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/sura_player_ui/sura_player_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def create_selection_group(self):
6161
self.reciter_combo.addItem(display_text, row["id"])
6262
reciters_list.append(Item(display_text, row["id"]))
6363

64-
self.filter_manager.set_category("القارء", reciters_list, self.reciter_combo)
64+
self.filter_manager.set_category("القارئ", reciters_list, self.reciter_combo)
6565

6666
self.surah_label = QLabel("السورة:")
6767
self.surah_combo = QComboBox()
@@ -299,7 +299,7 @@ def update_ui_status(self):
299299
def OnFilterModeChange(self, active: bool) -> None:
300300
for button in self.buttons:
301301
button.setEnabled(not active)
302-
UniversalSpeech.say("وضع الفلترة مفعَّل. اكتب لتصفية القُرَّاء." if active else "وضع الفلترة معطَّل.")
302+
UniversalSpeech.say("وضع الفلترة مفعَّل. استخدم الأسهم اليمين و اليسار للتنقل بين القرائ و السور, واستخدم الأسهم للأعلى والأسفل لتصفح المحدد, اكتب لتصفية القُرَّاء." if active else "وضع الفلترة معطَّل.")
303303

304304
def OnActiveCategoryChanged(self, label: str) -> None:
305305
UniversalSpeech.say(label)

0 commit comments

Comments
 (0)