Translation string contains two unnamed arguments
Created by: jeblad
Two unnamed arguments that should be named. Only use unnamed arguments when it can't be confused, that is the string contains only a single argument.
The rationale for this is to be order agnostic, as some languages swap the order in some sentences. This can be tricky to get around for translators, but it is strictly speaking not a traditional bug. It is just extremely annoying.
- lib/solaar/listener.py:189