1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
#Description: fixing spelling error.
#Forwarded: https://github.com/a-rodin/qstardict/issues/1
#Author: Alex Fomin <fomin_alex@yahoo.com>
#---
diff -Nru qstardict-3.0.0.orig/qstardict/settingsdialog.ui qstardict-3.0.0/qstardict/settingsdialog.ui
--- qstardict-3.0.0.orig/qstardict/settingsdialog.ui 2024-12-08 13:05:22.000000000 +0000
+++ qstardict-3.0.0/qstardict/settingsdialog.ui 2024-12-10 21:45:25.125580661 +0000
@@ -85,7 +85,7 @@
<item>
<widget class="QLineEdit" name="speechCmdEdit">
<property name="toolTip">
- <string>Enter cmd for the speaching program.<br>If cmd contains "%s" it will be replaced to word, else word will be writen to stdin of speech process.</string>
+ <string>Enter cmd for the speaching program.<br>If cmd contains "%s" it will be replaced to word, else word will be written to stdin of speech process.</string>
</property>
</widget>
</item>
|