From efc5857b8399559b231e3d63154868e1c29da583 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 20 Aug 2020 14:37:31 +0200 Subject: Bring back the translation link on the support page --- ayatanawebmail/dialog.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ayatanawebmail') 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('https://github.com/AyatanaIndicators/ayatana-webmail/issues', 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='question'), 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('https://translations.launchpad.net/ayatana-webmail/trunk', 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('https://github.com/AyatanaIndicators/ayatana-webmail', 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('https://tari.in/www/software/ayatana-webmail/', 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('https://hosted.weblate.org/projects/ayatana-indicators/ayatana-webmail/', 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('https://github.com/AyatanaIndicators/ayatana-webmail', 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('https://tari.in/www/software/ayatana-webmail/', xalign=0, use_markup=True, margin_bottom=10), 0, 13, 1, 1) return oGrid -- cgit v1.2.3