<p><span class="issue-keyword tooltipped tooltipped-se" aria-label="This pull request closes issue #2619.">Fixes</span> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="428450271" data-permission-text="Title is private" data-url="https://github.com/bisq-network/bisq/issues/2619" data-hovercard-type="issue" data-hovercard-url="/bisq-network/bisq/issues/2619/hovercard" href="https://github.com/bisq-network/bisq/issues/2619">#2619</a></p>
<p>Messages in some checkArgument calls are replaced with translatable strings.</p>
<p>There are many more instances, incl. ones in calls of similar functions (notEmpty, notBlank, notNull). However, most seem to be unreachable by the users; the GUI prevents the conditions from ever happening. Many messages are not even intended to be seen by users; they include things like private method names and local variable names.</p>
<p>In fact, I wasn't able to reproduce even some of those few messages that are updated by this PR.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/4978'>https://github.com/bisq-network/bisq/pull/4978</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Translate checkArgument messages</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4978/files#diff-ad1ae5fe768f7b1b85d73655e580b4799d29c71eaa7fed3363c43c5418fd116a">core/src/main/java/bisq/core/btc/wallet/BsqWalletService.java</a>
    (33)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4978/files#diff-75820b5165905d1e3a47d5fe31e4b5dba017c6b25a322aad955ffa592a67b362">core/src/main/java/bisq/core/btc/wallet/BtcWalletService.java</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4978/files#diff-2208e815b409a18e37c6d0f1404c9df056762391ac619a3a64b957029dad68e1">core/src/main/java/bisq/core/btc/wallet/TradeWalletService.java</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4978/files#diff-6932e35d53691a43fc0f17a4eb3d0e8eb003a2ac13740cd0b7436e72c6b186e4">core/src/main/java/bisq/core/dao/governance/bond/reputation/MyReputation.java</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/4978/files#diff-a6cc570e0f56a36136791beae8f497706216230467708be9343344cd953e5f08">core/src/main/resources/i18n/displayStrings.properties</a>
    (10)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/4978.patch'>https://github.com/bisq-network/bisq/pull/4978.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/4978.diff'>https://github.com/bisq-network/bisq/pull/4978.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4978">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUQJVJELMVYBA7SW2DSVUUNDANCNFSM4VCTVGJA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTS2LZXF7LN3YEVQE3SVUUNDA5CNFSM4VCTVGJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LP3WJYA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4978",
"url": "https://github.com/bisq-network/bisq/pull/4978",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>