diff options
author | Michele Calgaro <[email protected]> | 2022-09-10 14:31:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-10 14:31:44 +0900 |
commit | 62b2fc0050b991ecfb1b79329c82030b1302346f (patch) | |
tree | 59ac04ea9d15f87b891916bb20f3014d7aabf178 /src/prefDVD.ui | |
parent | f0475ecbe7d94e5d090545afdd43d10d8a9eb505 (diff) | |
download | k9copy-62b2fc0050b991ecfb1b79329c82030b1302346f.tar.gz k9copy-62b2fc0050b991ecfb1b79329c82030b1302346f.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
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> |