From cdb3bcb1a641e27cf157530bf637ee4a9851b401 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 26 May 2019 19:01:56 +0200 Subject: Cleanup: remove silly typo in translation comments Signed-off-by: Berthold Stoeger --- desktop-widgets/command_edit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop-widgets') diff --git a/desktop-widgets/command_edit.cpp b/desktop-widgets/command_edit.cpp index 5207d1ac1..ff0bd871a 100644 --- a/desktop-widgets/command_edit.cpp +++ b/desktop-widgets/command_edit.cpp @@ -63,7 +63,7 @@ bool EditBase::workToBeDone() // Create a text for the menu entry. In the case of multiple dives add the number size_t num_dives = dives.size(); if (num_dives > 0) - //: remove the part in parantheses for %n = 1 + //: remove the part in parentheses for %n = 1 setText(tr("Edit %1 (%n dive(s))", "", num_dives).arg(fieldName())); return num_dives > 0; @@ -501,7 +501,7 @@ bool EditTagsBase::workToBeDone() // Create a text for the menu entry. In the case of multiple dives add the number size_t num_dives = dives.size(); if (num_dives > 0) - //: remove the part in parantheses for %n = 1 + //: remove the part in parentheses for %n = 1 setText(tr("Edit %1 (%n dive(s))", "", num_dives).arg(fieldName())); return num_dives != 0; -- cgit v1.2.3-70-g09d2