From 55c9837f6660361c1809419bd50509dee07bfb70 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 12 Jan 2013 23:25:24 +0100 Subject: [PATCH] Small style optimization --- templates/__userPanelConversationDropdown.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/__userPanelConversationDropdown.tpl b/templates/__userPanelConversationDropdown.tpl index 2c92b4b..6b8fe35 100644 --- a/templates/__userPanelConversationDropdown.tpl +++ b/templates/__userPanelConversationDropdown.tpl @@ -1,6 +1,6 @@ {if MODULE_CONVERSATION && $__wcf->user->userID && $__wcf->session->getPermission('user.conversation.canUseConversation')} -
  • - {if $__wcf->getConversationHandler()->getUnreadConversationCount()}{#$__wcf->getConversationHandler()->getUnreadConversationCount()}{/if} +
  • + {lang}wcf.conversation.conversations{/lang} {if $__wcf->getConversationHandler()->getUnreadConversationCount()}{#$__wcf->getConversationHandler()->getUnreadConversationCount()}{/if}