quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
642 stars 107 forks source link

Open external link: Missing link address #820

Closed sdicke closed 1 year ago

sdicke commented 2 years ago

Description

When opening a Matrix-external link, there is a dialog displayed. At most in the German translation of the GUI, there is displayed „% 1“ instead of a URI.

Steps to reproduce

I would expect that such kind of dialogs would display the address of the resource to open in the external application.

The following was logged (the actual link is replaced with $$$):

QString::arg: Argument missing: Eine externe Anwendung wird geöffnet, um einen Nicht-Matrix-Link zu besuchen:

% 1

Ist das richtig?, $$$ quotient.jobs: 200 <- GET $$$

Version information

KitsuneRal commented 2 years ago

Thanks for reporting. Right, there's a typo in the German translation - it has an extra whitespace between % and 1, thereby breaking the %1 placeholder that would normally be replaced with the URL. It is already fixed in the translation management system and is pending an (overdue) export to the source code.

KitsuneRal commented 1 year ago

This is fixed in 0.0.96 beta.