Skip to content

Commit 9c212d0

Browse files
committed
Fix project name in the dialog informing on a concurrent user on project
1 parent 8449cbe commit 9c212d0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/SimpleAccounting/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SimpleAccounting/Properties/Resources.de.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Ohne eine solche Konfiguration für mindestens ein Konto ist diese Funktion deak
591591
</data>
592592
<data name="Question_ExistingFileReservationX4" xml:space="preserve">
593593
<value>Das Projekt
594-
{1}
594+
{0}
595595
scheint bereits von einem anderen Benutzer geöffnet worden zu sein.
596596
Benutzername: {1}
597597
Computer-Name: {2}

src/SimpleAccounting/Properties/Resources.fr.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Sans une telle configuration pour au moins un compte, cette fonction est désact
602602
</data>
603603
<data name="Question_ExistingFileReservationX4" xml:space="preserve">
604604
<value>Le projet
605-
{1}
605+
{0}
606606
semble avoir été ouvert par un autre utilisateur.
607607
Nom d'utilisateur: {1}
608608
Nom de l'ordinateur : {2}

src/SimpleAccounting/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Without such configuration for at least one account, this function is disabled.<
606606
</data>
607607
<data name="Question_ExistingFileReservationX4" xml:space="preserve">
608608
<value>The project
609-
{1}
609+
{0}
610610
seems to be opened already by a different user.
611611
User name: {1}
612612
Machine name: {2}

0 commit comments

Comments
 (0)