parent
9cc5af5142
commit
0458ef2d8d
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.6)
|
||||
project (whyblocked
|
||||
VERSION 0.11.0
|
||||
VERSION 0.11.1
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -160,6 +160,9 @@
|
|||
<iconset theme="list-remove">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Del</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1" rowspan="3">
|
||||
|
|
|
@ -63,6 +63,11 @@
|
|||
<source>Re&move</source>
|
||||
<translation>Ent&fernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked_add.ui" line="164"/>
|
||||
<source>Del</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/interface_qt.cpp" line="262"/>
|
||||
<source>Insert receipt here.</source>
|
||||
|
|
|
@ -63,6 +63,11 @@
|
|||
<source>Re&move</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked_add.ui" line="164"/>
|
||||
<source>Del</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/interface_qt.cpp" line="262"/>
|
||||
<source>Insert receipt here.</source>
|
||||
|
|
Loading…
Reference in New Issue