Browse Source

! Shorten what's in the alerts pane as well, should fix #1243. Feedback for other languages is appreciated.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 11 years ago
parent
commit
79278cfb55

+ 1 - 2
Themes/default/Profile.template.php

@@ -99,8 +99,7 @@ function template_alerts_popup()
 				| <a href="', $scripturl, '?action=profile;area=notification;sa=alerts">', $txt['alert_settings'], '</a>
 			</div>
 			<div class="alerts_box floatleft">
-				', $txt['unread_alerts'], '
-				| <a href="', $scripturl, '?action=pm">', $txt['all_alerts'], '</a>
+				<a href="', $scripturl, '?action=pm">', $txt['all_alerts'], '</a>
 			</div>
 		</div>
 		<div class="alerts_unread">';

+ 0 - 1
Themes/default/languages/Alerts.english.php

@@ -4,7 +4,6 @@
 $txt['topic_na'] = '(private topic)';
 $txt['board_na'] = '(private board)';
 
-$txt['unread_alerts'] = 'Unread';
 $txt['all_alerts'] = 'All alerts';
 $txt['mark_alerts_read'] = 'Mark read';
 $txt['alert_settings'] = 'Settings';