Skip to content

Commit

Permalink
Merge branch 'simonporte-typos'
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-amirsamimi committed Dec 31, 2019
2 parents c3ee37e + 53eab4a commit c6f3339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions persepolis/gui/setting_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def __init__(self, persepolis_setting):
QCoreApplication.translate('setting_ui_tr', 'Move up selected items'),
QCoreApplication.translate('setting_ui_tr', 'Move down selected items'),
QCoreApplication.translate('setting_ui_tr', 'Add new download link'),
QCoreApplication.translate('setting_ui_tr', 'Add new Video link'),
QCoreApplication.translate('setting_ui_tr', 'Add new video link'),
QCoreApplication.translate('setting_ui_tr', 'Import links from text file')]

# add actions to the shortcut_table
Expand Down Expand Up @@ -627,7 +627,7 @@ def __init__(self, persepolis_setting):
QCoreApplication.translate("setting_ui_tr", "<html><head/><body><p>This feature may not work in your operating system.</p></body></html>"))

self.start_persepolis_if_browser_executed_checkBox.setText(
QCoreApplication.translate('setting_ui_tr', 'Start Persepolis in system tray, If browser is executed.'))
QCoreApplication.translate('setting_ui_tr', 'Start Persepolis in system tray, if browser is executed.'))

self.enable_system_tray_checkBox.setText(
QCoreApplication.translate("setting_ui_tr", "Enable system tray icon."))
Expand Down
2 changes: 1 addition & 1 deletion persepolis/scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, persepolis_setting):

# first line text
self.update_label = QLabel(QCoreApplication.translate(
"update_src_ui_tr", "The newest is the best , We recommend to update Persepolis"))
"update_src_ui_tr", "The newest is the best, we recommend to update Persepolis."))
self.update_label.setTextFormat(QtCore.Qt.RichText)
self.update_label.setAlignment(QtCore.Qt.AlignCenter)

Expand Down
6 changes: 3 additions & 3 deletions resources/locales/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ Ehsan Titish</source>
</message>
<message>
<location filename="../../persepolis/gui/setting_ui.py" line="508"/>
<source>Add new Video link</source>
<source>Add new video link</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand All @@ -1685,7 +1685,7 @@ Ehsan Titish</source>
</message>
<message>
<location filename="../../persepolis/gui/setting_ui.py" line="628"/>
<source>Start Persepolis in system tray, If browser is executed.</source>
<source>Start Persepolis in system tray, if browser is executed.</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down Expand Up @@ -1801,7 +1801,7 @@ Ehsan Titish</source>
</message>
<message>
<location filename="../../persepolis/scripts/update.py" line="53"/>
<source>The newest is the best , We recommend to update Persepolis</source>
<source>The newest is the best, we recommend to update Persepolis.</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down

0 comments on commit c6f3339

Please sign in to comment.