From 933fc971d28efa386c945da9d57398a66d1db054 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 5 Oct 2021 10:30:42 +0200 Subject: [PATCH] Update l10n.rst Improved comments. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/basics/front-end/l10n.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/basics/front-end/l10n.rst b/developer_manual/basics/front-end/l10n.rst index bdce05ae7..bbda7c552 100644 --- a/developer_manual/basics/front-end/l10n.rst +++ b/developer_manual/basics/front-end/l10n.rst @@ -204,14 +204,14 @@ In case some translation strings may be translated wrongly because they have mul .. code-block:: c++ - //: Example text: "Syncing 'foo.txt', 'bar.txt'" + //: Example text: "Progress of sync process. Shows the currently synced filename" fileProgressString = tr("Syncing %1").arg(allFilenames); **Android Strings** .. code-block:: Android - + Boards **iOS**