Skip to content

Commit 1c0912d

Browse files
committed
IMPROVEMENT: Update the portuguese translation
1 parent 07f98a2 commit 1c0912d

File tree

7 files changed

+1023
-880
lines changed

7 files changed

+1023
-880
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ If you are reading this page, you are possibly interested in contributing to our
1111
We have a very active (and friendly) developer group and would love to have the help!
1212
Possible ways you can help:
1313

14+
* [Translating the software into your language](ARCHITECTURE.md#adding-a-translation)
1415
* Testing the code
1516
* Filing issues on github, when you see a problem (or adding detail to existing issues that affect you)
1617
* Fixing issues

MethodicConfigurator/frontend_tkinter_component_editor_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def save_data(self) -> None:
202202
"""
203203
confirm_message = _(
204204
"ArduPilot Methodic Configurator only operates correctly if all component properties are correct."
205-
" ArduPilot parameter values depend on the components used and their connections."
205+
" ArduPilot parameter values depend on the components used and their connections.\n\n"
206206
" Have you used the scrollbar on the right side of the window and "
207207
"entered the correct values for all components?"
208208
)

0 commit comments

Comments
 (0)