diff options
| author | goodwillcoding <goodwillcoding@webhippo.net> | 2014-04-20 13:43:46 -0700 |
|---|---|---|
| committer | goodwillcoding <goodwillcoding@webhippo.net> | 2014-04-20 13:43:46 -0700 |
| commit | a89ac0a6626924099922e5c8964a9f3f5ebb460a (patch) | |
| tree | aad4b243808d01fcb768e49baf1c5927a0c00a87 | |
| parent | c60e9601bffc199f1159e58370e9ffb639fb9af1 (diff) | |
| download | pyramid-a89ac0a6626924099922e5c8964a9f3f5ebb460a.tar.gz pyramid-a89ac0a6626924099922e5c8964a9f3f5ebb460a.tar.bz2 pyramid-a89ac0a6626924099922e5c8964a9f3f5ebb460a.zip | |
refine language some more to say 'Pyramid' less
3 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl index a98c3fdd0..976011ecb 100644 --- a/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/alchemy/+package+/templates/mytemplate.pt_tmpl @@ -41,7 +41,7 @@ <div class="row"> <div class="links"> <ul> - <li class="current-version">Generated by Pyramid v{{pyramid_version}}</li> + <li class="current-version">Generated by v{{pyramid_version}}</li> <li><i class="glyphicon glyphicon-bookmark icon-muted"></i><a href="http://docs.pylonsproject.org/projects/pyramid/en/{{pyramid_docs_branch}}/">Docs</a></li> <li><i class="glyphicon glyphicon-cog icon-muted"></i><a href="https://github.com/Pylons/pyramid">Github Project</a></li> <li><i class="glyphicon glyphicon-globe icon-muted"></i><a href="irc://irc.freenode.net#pyramid">IRC Channel</a></li> diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl index 76feac3d1..3c27906a0 100644 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -41,7 +41,7 @@ <div class="row"> <div class="links"> <ul> - <li class="current-version">Generated by Pyramid v{{pyramid_version}}</li> + <li class="current-version">Generated by v{{pyramid_version}}</li> <li><i class="glyphicon glyphicon-bookmark icon-muted"></i><a href="http://docs.pylonsproject.org/projects/pyramid/en/{{pyramid_docs_branch}}/">Docs</a></li> <li><i class="glyphicon glyphicon-cog icon-muted"></i><a href="https://github.com/Pylons/pyramid">Github Project</a></li> <li><i class="glyphicon glyphicon-globe icon-muted"></i><a href="irc://irc.freenode.net#pyramid">IRC Channel</a></li> diff --git a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl index 2c28d5483..56efda8b4 100644 --- a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl @@ -41,7 +41,7 @@ <div class="row"> <div class="links"> <ul> - <li class="current-version">Generated by Pyramid v{{pyramid_version}}</li> + <li class="current-version">Generated by v{{pyramid_version}}</li> <li><i class="glyphicon glyphicon-bookmark icon-muted"></i><a href="http://docs.pylonsproject.org/projects/pyramid/en/{{pyramid_docs_branch}}/">Docs</a></li> <li><i class="glyphicon glyphicon-cog icon-muted"></i><a href="https://github.com/Pylons/pyramid">Github Project</a></li> <li><i class="glyphicon glyphicon-globe icon-muted"></i><a href="irc://irc.freenode.net#pyramid">IRC Channel</a></li> |
