improve translations for strings with placeholder to display numbers
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 16 May 2023 07:54:09 +0000 (09:54 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Wed, 17 May 2023 06:43:54 +0000 (08:43 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/ResolveConflictsDialog.qml

index 77b01eecfd0d404366b09dbe0b9bc5f4160d6497..0a736856a95d716b2025486be4352fd563b1d868 100644 (file)
@@ -51,7 +51,7 @@ QtWindow.Window {
         z: 2
 
         EnforcedPlainTextLabel {
-            text: qsTr("%1 files in conflict").arg(delegateModel.count)
+            text: qsTr("%1 files in conflict", 'indicate the number of conflicts to resolve', delegateModel.count).arg(delegateModel.count)
             font.bold: true
             font.pixelSize: Style.bigFontPixelSizeResolveConflictsDialog
             Layout.fillWidth: true