update string for edit properties
This commit is contained in:
parent
5086fb8f3f
commit
2868c62fa4
5 changed files with 9 additions and 5 deletions
|
@ -217,7 +217,7 @@ void SnapmaticWidget::contextMenuEvent(QContextMenuEvent *ev)
|
|||
{
|
||||
editMenu.addAction(tr("Hide &In-game"), this, SLOT(makePictureHiddenSlot()));
|
||||
}
|
||||
editMenu.addAction(tr("&Edit Properties"), this, SLOT(editSnapmaticProperties()));
|
||||
editMenu.addAction(tr("&Edit Properties..."), this, SLOT(editSnapmaticProperties()));
|
||||
QMenu exportMenu(tr("&Export"), this);
|
||||
exportMenu.addAction(tr("Export as &JPG picture..."), this, SLOT(on_cmdExport_clicked()));
|
||||
exportMenu.addAction(tr("Export as >A Snapmatic..."), this, SLOT(on_cmdCopy_clicked()));
|
||||
|
|
|
@ -1085,7 +1085,7 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="220"/>
|
||||
<source>&Edit Properties</source>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -1398,9 +1398,13 @@ Exportieren als:</translation>
|
|||
<translation>&Im Spiel ausblenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="220"/>
|
||||
<source>&Edit Properties</source>
|
||||
<translation>&Eigenschaften bearbeiten</translation>
|
||||
<translation type="vanished">&Eigenschaften bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="220"/>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation>&Eigenschaften bearbeiten...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="222"/>
|
||||
|
|
|
@ -1070,7 +1070,7 @@ gta5view est distribué sous license <a href="https://www.gnu.org/licens
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../SnapmaticWidget.cpp" line="220"/>
|
||||
<source>&Edit Properties</source>
|
||||
<source>&Edit Properties...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in a new issue