← Back to team overview

elementaryart team mailing list archive

[Merge] lp:~codygarver/marlin/fix-bug-876868 into lp:marlin

 

Cody Garver has proposed merging lp:~codygarver/marlin/fix-bug-876868 into lp:marlin.

Requested reviews:
  The elementary Project (elementaryproject)
Related bugs:
  Bug #876868 in Marlin: "rename "side pane" to "source list""
  https://bugs.launchpad.net/marlin/+bug/876868

For more details, see:
https://code.launchpad.net/~codygarver/marlin/fix-bug-876868/+merge/79641

Change Side Pane to Sources List
-- 
https://code.launchpad.net/~codygarver/marlin/fix-bug-876868/+merge/79641
Your team The elementary Project is requested to review the proposed merge of lp:~codygarver/marlin/fix-bug-876868 into lp:marlin.
=== modified file 'src/View/Window.vala'
--- src/View/Window.vala	2011-10-14 07:41:44 +0000
+++ src/View/Window.vala	2011-10-18 01:48:24 +0000
@@ -653,8 +653,8 @@
                                  action_show_hide_menubar,
   /* is_active */                true },
   /* name, stock id */         { "Show Hide Sidebar", null,
-  /* label, accelerator */       N_("_Side Pane"), "F9",
-  /* tooltip */                  N_("Change the visibility of this window's side pane"),
+  /* label, accelerator */       N_("_Sources List"), "F9",
+  /* tooltip */                  N_("Change the visibility of this window's Sources List"),
                                  null,
   /* is_active */                true }