diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-10 14:31:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-10 14:37:53 +0900 |
| commit | da475e83aa52042b302713ae7c31b50d9a979261 (patch) | |
| tree | 2572ddbc48fd9a34bb8d7dba6a981d779d5d72ed /src/prefDVD.ui | |
| parent | 97a53fd174aa98f32445d622de1ef417224fa235 (diff) | |
| download | k9copy-da475e83.tar.gz k9copy-da475e83.zip | |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 62b2fc0050b991ecfb1b79329c82030b1302346f)
Diffstat (limited to 'src/prefDVD.ui')
| -rw-r--r-- | src/prefDVD.ui | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/src/prefDVD.ui b/src/prefDVD.ui index 673c99b..83a402f 100644 --- a/src/prefDVD.ui +++ b/src/prefDVD.ui @@ -53,10 +53,7 @@ <cstring>ckK3b</cstring> </property> <property name="text"> - <string>Burn with k3b</string> - </property> - <property name="accel"> - <string>Alt+B</string> + <string>&Burn with k3b</string> </property> </widget> <widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="3"> @@ -72,10 +69,7 @@ </sizepolicy> </property> <property name="text"> - <string>Auto burn</string> - </property> - <property name="accel"> - <string>Alt+T</string> + <string>Au&to burn</string> </property> </widget> <widget class="TQLabel" row="1" column="0"> @@ -119,10 +113,7 @@ <cstring>ckQuickScan</cstring> </property> <property name="text"> - <string>Quick scan</string> - </property> - <property name="accel"> - <string>Alt+Q</string> + <string>&Quick scan</string> </property> </widget> <spacer row="7" column="2"> @@ -147,10 +138,7 @@ <cstring>ckDvdAuthor</cstring> </property> <property name="text"> - <string>use dvdAuthor for copy without menus</string> - </property> - <property name="accel"> - <string>Alt+D</string> + <string>use &dvdAuthor for copy without menus</string> </property> </widget> <widget class="TQCheckBox" row="6" column="0" rowspan="1" colspan="3"> @@ -158,10 +146,7 @@ <cstring>ckDelTmpFiles</cstring> </property> <property name="text"> - <string>Clear output directory on exit</string> - </property> - <property name="accel"> - <string>Alt+Y</string> + <string>Clear output director&y on exit</string> </property> </widget> </grid> |
