aboutsummaryrefslogtreecommitdiff
path: root/ayatanawebmail
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-20 14:37:31 +0200
committerRobert Tari <robert@tari.in>2020-08-20 14:37:31 +0200
commitefc5857b8399559b231e3d63154868e1c29da583 (patch)
tree6b5cc584817e21647e72a74cf64f049d523f1645 /ayatanawebmail
parent71e54c50543d16580f0b18b89bf467629682aafe (diff)
downloadayatana-webmail-efc5857b8399559b231e3d63154868e1c29da583.tar.gz
ayatana-webmail-efc5857b8399559b231e3d63154868e1c29da583.tar.bz2
ayatana-webmail-efc5857b8399559b231e3d63154868e1c29da583.zip
Bring back the translation link on the support page
Diffstat (limited to 'ayatanawebmail')
-rwxr-xr-xayatanawebmail/dialog.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/ayatanawebmail/dialog.py b/ayatanawebmail/dialog.py
index cb3adf7..953b56a 100755
--- a/ayatanawebmail/dialog.py
+++ b/ayatanawebmail/dialog.py
@@ -407,12 +407,12 @@ class PreferencesDialog(Gtk.Dialog):
oGrid.attach(Gtk.Label(_('Ask a question'), xalign=0), 0, 5, 1, 1)
oGrid.attach(Gtk.Label('<a href="https://github.com/AyatanaIndicators/ayatana-webmail/issues">https://github.com/AyatanaIndicators/ayatana-webmail/issues</a>', xalign=0, use_markup=True), 0, 6, 1, 1)
oGrid.attach(Gtk.Label(_('It\'s a good idea to add the {labelname} label to your issue.').format(labelname='<b>question</b>'), xalign=0, margin_bottom=10, use_markup=True), 0, 7, 1, 1)
- #oGrid.attach(Gtk.Label(_('Help translate'), xalign=0), 0, 4, 1, 1)
- #oGrid.attach(Gtk.Label('<a href="https://translations.launchpad.net/ayatana-webmail/trunk">https://translations.launchpad.net/ayatana-webmail/trunk</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 5, 1, 1)
- oGrid.attach(Gtk.Label(_('Source code'), xalign=0), 0, 8, 1, 1)
- oGrid.attach(Gtk.Label('<a href="https://github.com/AyatanaIndicators/ayatana-webmail">https://github.com/AyatanaIndicators/ayatana-webmail</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 9, 1, 1)
- oGrid.attach(Gtk.Label(_('Home page'), xalign=0), 0, 10, 1, 1)
- oGrid.attach(Gtk.Label('<a href="https://tari.in/www/software/ayatana-webmail/">https://tari.in/www/software/ayatana-webmail/</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 11, 1, 1)
+ oGrid.attach(Gtk.Label(_('Help translate'), xalign=0), 0, 8, 1, 1)
+ oGrid.attach(Gtk.Label('<a href="https://hosted.weblate.org/projects/ayatana-indicators/ayatana-webmail/">https://hosted.weblate.org/projects/ayatana-indicators/ayatana-webmail/</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 9, 1, 1)
+ oGrid.attach(Gtk.Label(_('Source code'), xalign=0), 0, 10, 1, 1)
+ oGrid.attach(Gtk.Label('<a href="https://github.com/AyatanaIndicators/ayatana-webmail">https://github.com/AyatanaIndicators/ayatana-webmail</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 11, 1, 1)
+ oGrid.attach(Gtk.Label(_('Home page'), xalign=0), 0, 12, 1, 1)
+ oGrid.attach(Gtk.Label('<a href="https://tari.in/www/software/ayatana-webmail/">https://tari.in/www/software/ayatana-webmail/</a>', xalign=0, use_markup=True, margin_bottom=10), 0, 13, 1, 1)
return oGrid