Add translation strings. Update Russian translation.

This commit is contained in:
camellan
2019-06-04 23:39:36 +04:00
parent 10fc872592
commit 9e88950e65
8 changed files with 190 additions and 99 deletions

View File

@@ -284,7 +284,7 @@ class GerberObjectUI(ObjectUI):
overlabel.setToolTip(
_("How much (fraction) of the tool width to overlap each tool pass.\n"
"Example:\n"
"A value here of 0.25 means an overlap of 25%% from the tool diameter found above.")
"A value here of 0.25 means an overlap of 25% from the tool diameter found above.")
)
overlabel.setFixedWidth(90)
grid1.addWidget(overlabel, 2, 0)