Use ellipsis instead of ...

This commit is contained in:
kramo
2023-03-19 12:43:59 +01:00
parent cad5c3fd36
commit 224890261b
7 changed files with 14 additions and 14 deletions

View File

@@ -245,7 +245,7 @@ def steam_parser(parent_widget, action):
steam_dir = os.path.expanduser(schema.get_string("steam-location"))
import_statuspage = Adw.StatusPage(
title=_("Importing Games..."),
title=_("Importing Games"),
description=_("Talking to Steam"),
)