SOme localization fixes.

This commit is contained in:
Martin Rotter 2020-05-18 14:11:32 +02:00
parent f40297dcbf
commit ef8e79e30b
3 changed files with 47 additions and 8 deletions

View file

@ -45,7 +45,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1296</width> <width>1296</width>
<height>22</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="m_menuFile"> <widget class="QMenu" name="m_menuFile">
@ -271,7 +271,7 @@
</action> </action>
<action name="m_actionMarkSelectedMessagesAsRead"> <action name="m_actionMarkSelectedMessagesAsRead">
<property name="text"> <property name="text">
<string>Mark &amp;selected messages as &amp;read</string> <string>Mark selected messages as &amp;read</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string notr="true"/> <string notr="true"/>
@ -279,7 +279,7 @@
</action> </action>
<action name="m_actionMarkSelectedMessagesAsUnread"> <action name="m_actionMarkSelectedMessagesAsUnread">
<property name="text"> <property name="text">
<string>Mark &amp;selected messages as &amp;unread</string> <string>Mark selected messages as &amp;unread</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string notr="true"/> <string notr="true"/>

View file

@ -230,7 +230,7 @@ void FormUpdate::startUpdate() {
// Self-update and package are not available. // Self-update and package are not available.
if (!qApp->web()->openUrlInExternalBrowser(url_file)) { if (!qApp->web()->openUrlInExternalBrowser(url_file)) {
qApp->showGuiMessage(tr("Cannot update application"), qApp->showGuiMessage(tr("Cannot update application"),
tr("Cannot navigate to installation file. Check new installation downloads manually on project website."), tr("Cannot navigate to installation file. Download new installation file manually on project website."),
QSystemTrayIcon::Warning, QSystemTrayIcon::Warning,
this, true); this, true);
} }

View file

@ -82,7 +82,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="m_lblExternalBrowserArguments"> <widget class="QLabel" name="m_lblExternalBrowserArguments">
<property name="text"> <property name="text">
<string>Executable parameters</string> <string>Parameters</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>m_txtExternalBrowserArguments</cstring> <cstring>m_txtExternalBrowserArguments</cstring>
@ -92,7 +92,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLineEdit" name="m_txtExternalBrowserArguments"> <widget class="QLineEdit" name="m_txtExternalBrowserArguments">
<property name="placeholderText"> <property name="placeholderText">
<string>Parameters to executable</string> <string>Parameters passed to executable</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -194,7 +194,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="m_lblExternalEmailArguments"> <widget class="QLabel" name="m_lblExternalEmailArguments">
<property name="text"> <property name="text">
<string>Executable parameters</string> <string>Parameters</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>m_txtExternalEmailArguments</cstring> <cstring>m_txtExternalEmailArguments</cstring>
@ -204,7 +204,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLineEdit" name="m_txtExternalEmailArguments"> <widget class="QLineEdit" name="m_txtExternalEmailArguments">
<property name="placeholderText"> <property name="placeholderText">
<string>Parameters to executable</string> <string>Parameters passed to executable</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -245,6 +245,19 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab_2"> <widget class="QWidget" name="tab_2">
@ -307,6 +320,19 @@
</column> </column>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="m_tabProxy"> <widget class="QWidget" name="m_tabProxy">
@ -455,6 +481,19 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0" colspan="2">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
</widget> </widget>