[nautilus] files-view: Reorder menu items



commit 9cda09c75747a41b0a38dd9f821b429e053dc652
Author: Sachin Daluja <30343-sachindaluja users noreply gitlab gnome org>
Date:   Wed Feb 5 21:54:56 2020 -0500

    files-view: Reorder menu items
    
    To be consistent with other menus.

 src/resources/ui/nautilus-files-view-context-menus.ui | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/src/resources/ui/nautilus-files-view-context-menus.ui 
b/src/resources/ui/nautilus-files-view-context-menus.ui
index 4945f310b..5cbbabb21 100644
--- a/src/resources/ui/nautilus-files-view-context-menus.ui
+++ b/src/resources/ui/nautilus-files-view-context-menus.ui
@@ -14,12 +14,6 @@
       <attribute name="label" translatable="yes">Add to _Bookmarks</attribute>
       <attribute name="action">win.bookmark-current-location</attribute>
     </item>
-    <section>
-      <item>
-        <attribute name="label" translatable="yes">_Paste</attribute>
-        <attribute name="action">view.paste</attribute>
-      </item>
-    </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">Create _Link</attribute>
@@ -28,11 +22,17 @@
       </item>
     </section>
     <section>
+      <item>
+        <attribute name="label" translatable="yes">_Paste</attribute>
+        <attribute name="action">view.paste</attribute>
+      </item>
       <item>
         <attribute name="label" translatable="yes">Select _All</attribute>
         <attribute name="action">view.select-all</attribute>
       </item>
     </section>
+    <section id="background-extensions-section">
+    </section>
     <section>
       <item>
         <attribute name="label" translatable="yes">P_roperties</attribute>
@@ -40,8 +40,6 @@
         <attribute name="hidden-when">action-disabled</attribute>
       </item>
     </section>
-    <section id="background-extensions-section">
-    </section>
   </menu>
   <menu id="selection-menu">
     <section id="new-folder-with-selection-section">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]