From 1febace83767f243ac5f3d2489ad080d1449a5e2 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 3 Dec 2021 18:25:47 -0500 Subject: [PATCH] fix(web): add missing tooltips for expand/reduce buttons --- UI/Common/English.lproj/Localizable.strings | 2 ++ UI/Templates/ContactsUI/UIxContactEditorTemplate.wox | 2 ++ UI/Templates/ContactsUI/UIxContactViewTemplate.wox | 2 ++ UI/Templates/MailerUI/UIxMailEditor.wox | 2 ++ UI/Templates/MailerUI/UIxMailViewTemplate.wox | 2 ++ UI/Templates/SchedulerUI/UIxCalDayView.wox | 2 ++ UI/Templates/SchedulerUI/UIxCalMonthView.wox | 2 ++ UI/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox | 2 ++ UI/Templates/SchedulerUI/UIxCalWeekView.wox | 2 ++ UI/Templates/UIxTopnavToolbar.wox | 2 ++ 10 files changed, 20 insertions(+) diff --git a/UI/Common/English.lproj/Localizable.strings b/UI/Common/English.lproj/Localizable.strings index 117952d1b..8da485e51 100644 --- a/UI/Common/English.lproj/Localizable.strings +++ b/UI/Common/English.lproj/Localizable.strings @@ -41,6 +41,8 @@ = "Potentially anyone on the Internet will be able to access your address book \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?"; "Give Access" = "Give Access"; "Keep Private" = "Keep Private"; +"Expand" = "Expand"; +"Reduce" = "Reduce"; /* generic.js */ "Unable to subscribe to that folder!" diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox index d170d9514..d96e9037b 100644 --- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox @@ -13,6 +13,8 @@ contacts diff --git a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox index 8b0e7eea7..ee93253ca 100644 --- a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox @@ -13,6 +13,8 @@ diff --git a/UI/Templates/MailerUI/UIxMailViewTemplate.wox b/UI/Templates/MailerUI/UIxMailViewTemplate.wox index 7d93e1299..5d69b0ba3 100644 --- a/UI/Templates/MailerUI/UIxMailViewTemplate.wox +++ b/UI/Templates/MailerUI/UIxMailViewTemplate.wox @@ -15,6 +15,8 @@ class="md-icon-button md-primary md-hue-1 hide show-gt-xs" aria-hidden="true" ng-if="::!isPopup"> + {{ ::'Reduce' | loc }} + {{ ::'Expand' | loc }} {{ centerIsClose ? 'fullscreen_exit' : 'fullscreen' }} + {{ ::'Reduce' | loc }} + {{ ::'Expand' | loc }} {{ leftIsClose ? 'fullscreen_exit' : 'fullscreen' }}