Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qt: apply translator comments to reset options confirmation dialog
Follow-up to dashpay#617. This applies translator strings to the reset options confirmation dialog and also refactors the way we pass the strings to the dialog in order to allow the comments to be applied. Because the strings were being concatenated, we can not apply translator comments to all of the relevant strings. What we want to do instead is have a variable in which the translatable strings are appended to using the QString append function. This satisfies the Qt translator engine and the comments are then properly applied within the `extracomment` field in the translation file.
- Loading branch information