mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Cleanup: remove silly typo in translation comments
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
439fcead08
commit
cdb3bcb1a6
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ bool EditBase<T>::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;
|
||||
|
|
Loading…
Add table
Reference in a new issue