Skip to content

Commit

Permalink
NXDRIVE-2915: Translate Document type and container type labels on Di…
Browse files Browse the repository at this point in the history
…rect Transfer popup.
  • Loading branch information
gitofanindya committed Aug 6, 2024
1 parent 9f8d41d commit 3b7ba01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxdrive/gui/folders_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ def _add_subgroup_container_type(self, layout: QVBoxLayout, /) -> None:
layout.addLayout(contTypelayout)

def _add_subgroup_duplicate_behavior(self, layout: QVBoxLayout, /) -> None:

duplayout = QHBoxLayout()
"""Add a sub-group for the duplicates behavior option."""
label = QLabel(Translator.get("DUPLICATE_BEHAVIOR"))
Expand Down

0 comments on commit 3b7ba01

Please sign in to comment.