Skip to content
Snippets Groups Projects
Commit 12403ef5 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

fix invalid format specifier in synchronization message

Using %s instead of %@ caused a crash when formatting the
synchronization message. This commit corrects the Dutch
localization to use the expected %@ placeholder.

Change-Id: Id9f647f67ad47a9c436bbd3ac96c553480809aef
parent dd50b4d5
Branches
No related tags found
No related merge requests found
 /* /*
* Copyright (C) 2017-2019 Savoir-faire Linux Inc. * Copyright (C) 2017-2019 Savoir-faire Linux Inc.
* *
* Author: Silbino Gonçalves Matado <silbino.gmatado@savoirfairelinux.com> * Author: Silbino Gonçalves Matado <silbino.gmatado@savoirfairelinux.com>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"conversation.sendRequest" = "Send him/her a contact request to be able to exchange together"; "conversation.sendRequest" = "Send him/her a contact request to be able to exchange together";
"conversation.sendRequestTitle" = "Send Contact Request"; "conversation.sendRequestTitle" = "Send Contact Request";
"conversation.synchronizationTitle" = "You have accepted the conversation request."; "conversation.synchronizationTitle" = "You have accepted the conversation request.";
"conversation.synchronizationMessage" = "We are waiting for \%s\ connects to synchronize the conversation."; "conversation.synchronizationMessage" = "Waiting for %@ to connect to synchronize the conversation";;
//Invitations //Invitations
"invitations.noInvitations" = "Geen uitnodigingen"; "invitations.noInvitations" = "Geen uitnodigingen";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment