[connections/onboarding-adjustments: 5/6] onboarding-dialog: Drop link to the docs from last page
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/onboarding-adjustments: 5/6] onboarding-dialog: Drop link to the docs from last page
- Date: Wed, 11 Aug 2021 13:41:47 +0000 (UTC)
commit 02f2e6ae266aa86198e2eecaceb6416cfa0ee8b7
Author: Felipe Borges <felipeborges gnome org>
Date: Wed Aug 11 15:11:56 2021 +0200
onboarding-dialog: Drop link to the docs from last page
The onboarding dialog is now informative enough that we don't need
to explicitly direct users to our docs.
src/onboarding-dialog.vala | 7 -------
1 file changed, 7 deletions(-)
---
diff --git a/src/onboarding-dialog.vala b/src/onboarding-dialog.vala
index bd11ff4..e3b2f29 100644
--- a/src/onboarding-dialog.vala
+++ b/src/onboarding-dialog.vala
@@ -49,13 +49,6 @@ namespace Connections {
pages.append (onboarding_page);
}
- // Adds a custom link to the last page
- if (onboarding_page != null) {
- var learn_more_label = _("Read our tutorial to learn how.");
-
- onboarding_page.description += " <a href=\'help:gnome-connections/connect\'>%s</a>".printf
(learn_more_label);;
- }
-
on_position_changed ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]