strings: harmonize drag-and-drop spelling
This commit is contained in:
committed by
Milan Crha
parent
3b5dc6441f
commit
9d58ffdafa
@ -526,7 +526,7 @@
|
||||
</key>
|
||||
<key name="allow-event-dnd" type="b">
|
||||
<default>true</default>
|
||||
<_summary>Allow drag and drop of events in the Calendar.</_summary>
|
||||
<_summary>Allow drag-and-drop of events in the Calendar.</_summary>
|
||||
<_description>This influences the Day view, the Work Week view, the Week view and the Month view.</_description>
|
||||
</key>
|
||||
<key name="send-reminder-with-event" type="b">
|
||||
|
||||
@ -649,13 +649,13 @@
|
||||
</key>
|
||||
<key name="prompt-on-folder-drop-copy" type="s">
|
||||
<default>'ask'</default>
|
||||
<_summary>Asks whether to copy a folder by drag & drop in the folder tree</_summary>
|
||||
<_description>Possible values are: “never” — do not allow copy with drag & drop of folders in folder tree, “always” — allow copy with drag & drop of folders in folder tree without asking, or “ask” — (or any other value) will ask user.</_description>
|
||||
<_summary>Asks whether to copy a folder by drag-and-drop in the folder tree</_summary>
|
||||
<_description>Possible values are: “never” — do not allow copy with drag-and-drop of folders in folder tree, “always” — allow copy with drag-and-drop of folders in folder tree without asking, or “ask” — (or any other value) will ask user.</_description>
|
||||
</key>
|
||||
<key name="prompt-on-folder-drop-move" type="s">
|
||||
<default>'ask'</default>
|
||||
<_summary>Asks whether to move a folder by drag & drop in the folder tree</_summary>
|
||||
<_description>Possible values are: “never” — do not allow move with drag & drop of folders in folder tree, “always” — allow move with drag & drop of folders in folder tree without asking, or “ask” — (or any other value) will ask user.</_description>
|
||||
<_summary>Asks whether to move a folder by drag-and-drop in the folder tree</_summary>
|
||||
<_description>Possible values are: “never” — do not allow move with drag-and-drop of folders in folder tree, “always” — allow move with drag-and-drop of folders in folder tree without asking, or “ask” — (or any other value) will ask user.</_description>
|
||||
</key>
|
||||
<key name="prompt-on-private-list-reply" type="b">
|
||||
<default>true</default>
|
||||
|
||||
@ -3987,7 +3987,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="chk-prompt-on-folder-drop-copy">
|
||||
<property name="label" translatable="yes" comments="This is in the context of: Ask for confirmation before...">Copy _folder by Drag & Drop in folder tree</property>
|
||||
<property name="label" translatable="yes" comments="This is in the context of: Ask for confirmation before...">Copy _folder by drag-and-drop in folder tree</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
@ -4004,7 +4004,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="chk-prompt-on-folder-drop-move">
|
||||
<property name="label" translatable="yes" comments="This is in the context of: Ask for confirmation before...">_Move folder by Drag & Drop in folder tree</property>
|
||||
<property name="label" translatable="yes" comments="This is in the context of: Ask for confirmation before...">_Move folder by drag-and-drop in folder tree</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
||||
@ -883,7 +883,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkCheckButton" id="allow_event_dnd">
|
||||
<property name="label" translatable="yes">Allow dra_g and drop of events</property>
|
||||
<property name="label" translatable="yes">Allow dra_g-and-drop of events</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
|
||||
Reference in New Issue
Block a user