From 37f90c90c3e5c9e98c1b40ee80e6bf6a2b9285d7 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 13 Oct 2020 17:49:41 +0200 Subject: [PATCH] fixes #1235 capitalized words in actions In album edit page, the actions had every word capitalized, so I removed text-transform:capitalize from theme.css, then added translation for french and UK but with Capitlalized actions names who where modified in cat_modify template --- admin/themes/default/template/cat_modify.tpl | 6 +++--- admin/themes/default/theme.css | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index c0c02cee9..db2b1c22a 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -251,19 +251,19 @@ function cropImage() { {/if} {if isset($U_MANAGE_ELEMENTS) } - {'manage album photos'|@translate} + {'Manage album photos'|@translate} {/if} {'Add Photos'|translate} - {'manage sub-albums'|@translate} + {'Manage sub-albums'|@translate} {if isset($U_SYNC) } {'Synchronize'|@translate} {/if} {if isset($U_DELETE) } - {'delete album'|@translate} + {'Delete album'|@translate} {/if} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 137ccd732..594da2dc4 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -476,7 +476,6 @@ LI.menuLi { } #catHeader .catAction a { - text-transform: capitalize; color: #888; font-size: 14px; white-space: nowrap;