Skip to content

Commit d2537d9

Browse files
committed
Corrected the names
1 parent 906cb9b commit d2537d9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

res/main/i18n/default/labels.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@
275275
},
276276
"filter": {
277277
"": "Filter",
278-
"bp_width": "Bandpass width",
279278
"controls": "Filter controls",
280-
"gain": "Filter gain"
279+
"gain": "Filter gain",
280+
"width": "Filter Width"
281281
},
282282
"filters": "Filters",
283283

res/main/i18n/ru/labels.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@
275275
},
276276
"filter": {
277277
"": "Фильтр",
278-
"bp_width": "Ширина полосного",
279278
"controls": "Управление фильтром",
280-
"gain": "Усиление фильтра"
279+
"gain": "Усиление фильтра",
280+
"width": "Ширина фильтра"
281281
},
282282
"filters": "Фильтры",
283283

res/main/i18n/us/labels.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@
277277
"": "Filter",
278278
"bp_width": "Bandpass width",
279279
"controls": "Filter controls",
280-
"gain": "Filter gain"
280+
"gain": "Filter gain",
281+
"width": "Filter width"
281282
},
282283
"filters": "Filters",
283284

0 commit comments

Comments
 (0)