Merge lp:~blr/launchpad/project-configuration-rename into lp:launchpad
| Status: | Merged |
|---|---|
| Merged at revision: | 17563 |
| Proposed branch: | lp:~blr/launchpad/project-configuration-rename |
| Merge into: | lp:launchpad |
| Diff against target: |
363 lines (+43/-41) 13 files modified
lib/lp/blueprints/stories/standalone/xx-batching.txt (+1/-1) lib/lp/bugs/stories/bugs/xx-front-page-info.txt (+1/-1) lib/lp/code/browser/branchlisting.py (+1/-1) lib/lp/code/browser/tests/test_branchlisting.py (+2/-2) lib/lp/code/stories/branches/xx-product-branches.txt (+2/-2) lib/lp/code/stories/codeimport/xx-create-codeimport.txt (+1/-1) lib/lp/registry/browser/product.py (+9/-7) lib/lp/registry/stories/product/xx-product-development-focus.txt (+6/-6) lib/lp/translations/stories/productseries/xx-productseries-translations.txt (+3/-3) lib/lp/translations/stories/standalone/xx-product-translations.txt (+6/-6) lib/lp/translations/stories/translationfocus/xx-product-translationfocus.txt (+1/-1) lib/lp/translations/stories/translationgroups/xx-change-translation-policy.txt (+3/-3) lib/lp/translations/stories/translationgroups/xx-translationgroups.txt (+7/-7) |
| To merge this branch: | bzr merge lp:~blr/launchpad/project-configuration-rename |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-06-14 | Approve on 2015-06-15 |
|
Review via email:
|
|||
Commit Message
Rename project configuration links to be consistent with the top navigation bar.
| Kit Randel (blr) wrote : | # |
> The changes to xx-productserie
> translations.txt look wrong. Those links aren't in a config section, so they
> should probably be "Configure Translations" rather than just "Translations".
> You also have "Configure code" rather than "Configure Code".
>
Ah yes, I had forgotten there was a reason I didn't directly edit the link text in the previous branch - that menu also defines the links for the Answers/
> What's the purpose of the VCS change in xx-create-
A bad cherry-pick of deprecated code (was used in the other branch for the git/bzr radiobuttons, but no longer needed there now).

The changes to xx-productserie s-translations. txt and xx-product- translations. txt look wrong. Those links aren't in a config section, so they should probably be "Configure Translations" rather than just "Translations". You also have "Configure code" rather than "Configure Code".
What's the purpose of the VCS change in xx-create- codeimport. txt?