Skip to content

Commit

Permalink
Share link: Update permission wording #6192
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Apr 9, 2018
1 parent 0f5a437 commit 2298ecc
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions src/gui/sharelinkwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>394</width>
<height>534</height>
<width>441</width>
<height>568</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -94,7 +94,7 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item row="7" column="0">
<item row="6" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_expire">
<property name="leftMargin">
<number>0</number>
Expand All @@ -115,7 +115,7 @@
</item>
</layout>
</item>
<item row="5" column="0">
<item row="4" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>20</number>
Expand All @@ -142,7 +142,7 @@
</item>
</layout>
</item>
<item row="4" column="0">
<item row="3" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_password">
<item>
<widget class="QCheckBox" name="checkBox_password">
Expand Down Expand Up @@ -173,13 +173,6 @@
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Link properties:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QWidget" name="widget_editing" native="true">
<layout class="QGridLayout" name="layout_editing">
<property name="leftMargin">
Expand All @@ -203,7 +196,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Users can view and download contents.</string>
<string>Recipients can view or download contents.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -252,14 +245,14 @@
<item row="0" column="0">
<widget class="QRadioButton" name="radio_readOnly">
<property name="text">
<string>Read only</string>
<string>Download / View</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QRadioButton" name="radio_readWrite">
<property name="text">
<string>Read &amp;&amp; Write</string>
<string>Download / View / Upload</string>
</property>
</widget>
</item>
Expand All @@ -272,7 +265,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Users can view, download, edit and upload contents.</string>
<string>Recipients can view, download, edit, delete and upload contents.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit 2298ecc

Please sign in to comment.