From c044e99960aaa68c9ca31912ab6ed75a97a4d2a6 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Sat, 15 Nov 2008 11:35:30 +0100 Subject: [PATCH] Renamed timeline to updates as more intuitive. Fixed other little consistency stuff. --- src/IDF/Views/Project.php | 2 +- src/IDF/templates/project/home.html | 2 +- src/IDF/templates/project/timeline.html | 2 +- src/IDF/templates/source/changelog.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/IDF/Views/Project.php b/src/IDF/Views/Project.php index 509c692..723b02c 100644 --- a/src/IDF/Views/Project.php +++ b/src/IDF/Views/Project.php @@ -60,7 +60,7 @@ class IDF_Views_Project public function timeline($request, $match) { $prj = $request->project; - $title = sprintf(__('%s Timeline'), (string) $prj); + $title = sprintf(__('%s Updates'), (string) $prj); $team = $prj->getMembershipData(); $pag = new IDF_Timeline_Paginator(new IDF_Timeline()); diff --git a/src/IDF/templates/project/home.html b/src/IDF/templates/project/home.html index 4c83e81..b22d4cc 100644 --- a/src/IDF/templates/project/home.html +++ b/src/IDF/templates/project/home.html @@ -3,7 +3,7 @@ {block tabhome} class="active"{/block} {block subtabs}
-{trans 'Welcome'} | {trans 'Latest Changes'}{superblock} +{trans 'Welcome'} | {trans 'Updates'}{superblock}
{/block} {block body} diff --git a/src/IDF/templates/project/timeline.html b/src/IDF/templates/project/timeline.html index 64de139..65dc46f 100644 --- a/src/IDF/templates/project/timeline.html +++ b/src/IDF/templates/project/timeline.html @@ -3,7 +3,7 @@ {block tabhome} class="active"{/block} {block subtabs}
-{trans 'Welcome'} | {trans 'Latest Changes'}{superblock} +{trans 'Welcome'} | {trans 'Updates'}{superblock}
{/block} {block body} diff --git a/src/IDF/templates/source/changelog.html b/src/IDF/templates/source/changelog.html index fb57bd8..73007d1 100644 --- a/src/IDF/templates/source/changelog.html +++ b/src/IDF/templates/source/changelog.html @@ -17,7 +17,7 @@ -
{trans 'Commit:'} {$change.commit}, +
{trans 'Commit'} {$change.commit}, {trans 'by'} {$change.author|strip_tags} {* this remove the email address *}