https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79602

            Bug ID: 79602
           Summary: translation: globally replace '%s' with %qs
           Product: gcc
           Version: 7.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

There are several strings of the following form:

    Too few dummy arguments in DTIO procedure '%s' at %L

These should be converted to the now common form using %qs:

    Too few dummy arguments in DTIO procedure %qs at %L

When doing this, please make sure to not burden each i18n translator with the
task of updating the translations themselves, but apply an automatic
search-and-replace instead. If you don't have such a program available, have a
look at
https://github.com/rillig/translation-team-de/blob/master/autocorrect.lua,
which I just used for the recent and similar \"%s\" -> %qs migration.

Reply via email to