Skip to content

Commit b808ec0

Browse files
committed
minor edits
1 parent 89faf53 commit b808ec0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

usr/lib/webapp-manager/quickstart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Quickstart dialog — shown on first launch (no webapps installed).
3+
# Quickstart dialog — shown on first launch (zero or one webapp(s) installed).
44
# Offers to create a default suite of Email, Notes, Reminders, and Contacts
55
# for the Google, Apple, or Microsoft ecosystem in one click.
66

@@ -59,7 +59,7 @@
5959

6060
class QuickstartDialog:
6161
"""
62-
Modal dialog shown when the user has no web apps installed.
62+
Modal dialog shown when the user has no or one web app(s) installed.
6363
Presents three ecosystem choices; clicking one creates all four apps
6464
automatically. Cancel dismisses without creating anything.
6565
"""

0 commit comments

Comments
 (0)