[IMP] wording

bzr revid: fme@openerp.com-20121129214919-1gypag36heyum97g
This commit is contained in:
Fabien Meghazi 2012-11-29 22:49:19 +01:00
parent 3d75ca8741
commit ddf04c8a2b
2 changed files with 2 additions and 2 deletions

View File

@ -1177,7 +1177,7 @@ instance.web.WebClient = instance.web.Client.extend({
if (browser_offset !== user_offset) {
var $icon = $(QWeb.render('WebClient.timezone_systray'));
$icon.on('click', function() {
var notification = self.do_warn(_t("Timezone"), QWeb.render('WebClient.timezone_notification', {
var notification = self.do_warn(_t("Timezone mismatch"), QWeb.render('WebClient.timezone_notification', {
user_timezone: instance.session.user_context.tz || 'UTC',
user_offset: user_offset,
browser_offset: browser_offset,

View File

@ -463,7 +463,7 @@
</div>
</t>
<t t-name="WebClient.timezone_systray">
<div class="oe_topbar_item oe_timezone_systray" title="Timezone offset mismatch">
<div class="oe_topbar_item oe_timezone_systray" title="Timezone mismatch">
<span class="ui-icon ui-state-error ui-icon-alert"/>
</div>
</t>