Skip to content

Commit 1304f58

Browse files
committed
Bug 1912230 - shorten messaging to avoid truncation. r=android-reviewers,mcarare
The fullscreen messaging was getting slightly truncated after translation into some other languages, so the message has been expressed here in a slightly more concise way. Differential Revision: https://phabricator.services.mozilla.com/D221123 UltraBlame original commit: cbfd8f13ada7739ef07dd4873cfd87e69e5c91d2
1 parent 022105f commit 1304f58

File tree

2 files changed

+161
-2
lines changed

2 files changed

+161
-2
lines changed

mobile/android/fenix/app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12349,7 +12349,7 @@ R
1234912349
.
1235012350
string
1235112351
.
12352-
exit_fullscreen_with_gesture
12352+
exit_fullscreen_with_gesture_short
1235312353
)
1235412354
backButtonString
1235512355
=
@@ -12359,7 +12359,7 @@ R
1235912359
.
1236012360
string
1236112361
.
12362-
exit_fullscreen_with_back_button
12362+
exit_fullscreen_with_back_button_short
1236312363
)
1236412364
GestureNavUtils
1236512365
)

mobile/android/fenix/app/src/main/res/values/strings.xml

+159
Original file line numberDiff line numberDiff line change
@@ -49486,6 +49486,20 @@ name
4948649486
"
4948749487
exit_fullscreen_with_gesture
4948849488
"
49489+
moz
49490+
:
49491+
removedIn
49492+
=
49493+
"
49494+
132
49495+
"
49496+
tools
49497+
:
49498+
ignore
49499+
=
49500+
"
49501+
UnusedResources
49502+
"
4948949503
>
4949049504
To
4949149505
exit
@@ -49529,6 +49543,20 @@ name
4952949543
"
4953049544
exit_fullscreen_with_back_button
4953149545
"
49546+
moz
49547+
:
49548+
removedIn
49549+
=
49550+
"
49551+
132
49552+
"
49553+
tools
49554+
:
49555+
ignore
49556+
=
49557+
"
49558+
UnusedResources
49559+
"
4953249560
>
4953349561
To
4953449562
exit
@@ -49547,6 +49575,137 @@ string
4954749575
!
4954849576
-
4954949577
-
49578+
Message
49579+
shown
49580+
to
49581+
explain
49582+
how
49583+
to
49584+
exit
49585+
fullscreen
49586+
mode
49587+
when
49588+
gesture
49589+
navigation
49590+
is
49591+
enabled
49592+
.
49593+
-
49594+
-
49595+
>
49596+
<
49597+
!
49598+
-
49599+
-
49600+
Localisation
49601+
note
49602+
:
49603+
this
49604+
text
49605+
should
49606+
be
49607+
as
49608+
short
49609+
as
49610+
possible
49611+
max
49612+
68
49613+
chars
49614+
-
49615+
-
49616+
>
49617+
<
49618+
string
49619+
name
49620+
=
49621+
"
49622+
exit_fullscreen_with_gesture_short
49623+
"
49624+
>
49625+
Drag
49626+
from
49627+
top
49628+
&
49629+
amp
49630+
;
49631+
use
49632+
back
49633+
gesture
49634+
to
49635+
exit
49636+
<
49637+
/
49638+
string
49639+
>
49640+
<
49641+
!
49642+
-
49643+
-
49644+
Message
49645+
shown
49646+
to
49647+
explain
49648+
how
49649+
to
49650+
exit
49651+
fullscreen
49652+
mode
49653+
when
49654+
using
49655+
back
49656+
button
49657+
navigation
49658+
.
49659+
-
49660+
-
49661+
>
49662+
<
49663+
!
49664+
-
49665+
-
49666+
Localisation
49667+
note
49668+
:
49669+
this
49670+
text
49671+
should
49672+
be
49673+
as
49674+
short
49675+
as
49676+
possible
49677+
max
49678+
68
49679+
chars
49680+
-
49681+
-
49682+
>
49683+
<
49684+
string
49685+
name
49686+
=
49687+
"
49688+
exit_fullscreen_with_back_button_short
49689+
"
49690+
>
49691+
Drag
49692+
from
49693+
top
49694+
&
49695+
amp
49696+
;
49697+
press
49698+
back
49699+
to
49700+
exit
49701+
<
49702+
/
49703+
string
49704+
>
49705+
<
49706+
!
49707+
-
49708+
-
4955049709
Beta
4955149710
Label
4955249711
Component

0 commit comments

Comments
 (0)