You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"pickMethodCustomizableThemeDescription": "Picking assets with the light theme or with a different color.",
24
22
"pickMethodRotateInTurnsName": "Rotate picker in turns",
25
23
"pickMethodRotateInTurnsDescription": "Rotate the picker layout in quarter turns, without the camera preview.",
26
-
"pickMethodPreventScalingName": "Prevent scaling for camera preview",
27
-
"pickMethodPreventScalingDescription": "Camera preview will not be scaled to cover the whole screen of the device, only fit for the raw aspect ratio.",
24
+
"pickMethodScalingPreviewName": "Scaling for camera preview",
25
+
"pickMethodScalingPreviewDescription": "Camera preview will be scaled to cover the whole screen of the device with the original aspect ratio.",
@@ -78,10 +72,10 @@ class AppLocalizationsEn extends AppLocalizations {
78
72
Stringget pickMethodRotateInTurnsDescription =>'Rotate the picker layout in quarter turns, without the camera preview.';
79
73
80
74
@override
81
-
StringgetpickMethodPreventScalingName=>'Prevent scaling for camera preview';
75
+
StringgetpickMethodScalingPreviewName=>'Scaling for camera preview';
82
76
83
77
@override
84
-
StringgetpickMethodPreventScalingDescription=>'Camera preview will not be scaled to cover the whole screen of the device, only fit for the raw aspect ratio.';
78
+
StringgetpickMethodScalingPreviewDescription=>'Camera preview will be scaled to cover the whole screen of the device with the original aspect ratio.';
0 commit comments