Don't use {} string notation

Bug #1173531 reported by David Planella
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Qreator
Triaged
Low
David Planella

Bug Description

Some of our translatable strings use Python's recommended {} notation for string substitution. It affects 3 strings:

- "A network connection error occured: {0}"
- "An error occured while trying to shorten the URL: {0}"
- "{1} {0}"

Unfortunately, gettext does not support this (*) notation and expects %s-style notation, so those strings will not be translated. We should fix that.

(*) To be precise, it supports this from yesterday onwards.

David Planella (dpm)
Changed in qreator:
status: New → Triaged
importance: Undecided → Low
milestone: none → 13.04
assignee: nobody → David Planella (dpm)
milestone: 13.04 → 13.05
description: updated
David Planella (dpm)
Changed in qreator:
milestone: 13.05.2 → 13.05.3
David Planella (dpm)
Changed in qreator:
milestone: 13.05.3 → 13.05.4
David Planella (dpm)
Changed in qreator:
milestone: 13.05.4 → none
milestone: none → 13.05.4
David Planella (dpm)
Changed in qreator:
milestone: 13.10.1 → next
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.