diff options
Diffstat (limited to 'portato')
-rw-r--r-- | portato/backend/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/flags.py b/portato/backend/flags.py index 49fa608..51e5289 100644 --- a/portato/backend/flags.py +++ b/portato/backend/flags.py @@ -687,7 +687,7 @@ def set_testing (pkg, enable): try: flagMatches = flags[0] == "~"+arch except IndexError: # no flags - warning(_("Line %(line)s in file %(file)s misses a keyword (i.e. '~x86')."), {'line' : line, 'file': file}) + warning(_("Line %(line)s in file %(file)s misses a keyword (e.g. '~x86')."), {'line' : line, 'file': file}) debug("No keyword. Assuming match.") flagMatches = True |