TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 19, 2024, 12:03:11 AM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 70
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 70
  • Total: 70

A very minor upshrink description error

Started by nokonium, January 22, 2006, 10:28:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nokonium

Don't you just love pedants .....ÂÃ,  ;)

One of the members looking at and commenting on our upgrade plans noticed that the sidebar upshrink buttons are showing they have "Shrink or expand the header" in the tooltip.

I have now changed this as follows:

index.english.php
find:
$txt['upshrink_description'] = 'Shrink or expand the header.';

add after:

$txt['upshrink_description_l'] = 'Shrink or expand the left sidebar.';
$txt['upshrink_description_r'] = 'Shrink or expand the right sidebar.';


index.template
find:
alt="*" title="', $txt['upshrink_description']

there are two, one for the left sidebar and one for the right, change them to

alt="*" title="', $txt['upshrink_description_l']
and
alt="*" title="', $txt['upshrink_description_r']