View Issue Details

IDProjectCategoryView StatusLast Update
0000058QElectroTechwebsitepublic2021-02-15 00:51
Reporterjonasstein Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0000058: Strings containing only %1 need usually no translation
Descriptionif (cell.display_label && !cell.label.isEmpty()) { cell_label = interpreteVariables(cell_label, diagram_context); cell_text = QString(tr(" %1 : %2", "titleblock content - please let the blank space at the beginning")).arg(cell_label).arg(cell_text); } else { cell_text = QString(tr(" %1")).arg(cell_text); } return(cell_text);
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-06-08 20:31 jonasstein New Issue
2013-06-09 14:06 scorpio810 Category Éditeur d'éléments => Symbol editor
2013-06-09 14:11 scorpio810 Category Symbol editor => Element Editor
2015-03-20 09:11 scorpio810 Status new => closed
2015-03-20 09:11 scorpio810 Resolution open => no change required
2015-03-20 09:11 scorpio810 Description Updated
2021-02-15 00:51 user245 Category Element Editor => website