Просмотр исходного кода

Adding "approximately equal" to the amount of material needed

I think it makes sense to add this character here, because the amount needed is only a approximated value, and without the end-user might expect a more accurate value.
Thomas Karl Pietrowski 8 лет назад
Родитель
Сommit
1ab0637d11
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/JobSpecs.qml

+ 1 - 1
resources/qml/JobSpecs.qml

@@ -209,7 +209,7 @@ Rectangle {
                         lengths = ["0.00"];
                         weights = ["0"];
                     }
-                    return catalog.i18nc("@label", "%1 m / %2 g").arg(lengths.join(" + ")).arg(weights.join(" + "));
+                    return catalog.i18nc("@label", "%1 m / %2 g").arg(lengths.join(" + ")).arg(weights.join(" + "));
                 }
             }
         }