Skip to content

Commit ec50bf3

Browse files
committed
Add string resource
(for frame rate per second setting)
1 parent d107c30 commit ec50bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/values/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
<string name="unable_to_save_video_verbose">Unable to save this video, error code: %d</string>
169169
<string name="error_during_recording">A error has occurred finishing the current recording, error code: %d</string>
170170
<string name="unable_to_access_output_file">Unable to access output file</string>
171+
<string name="please_wait_for_image_to_get_captured_before_opening">Please wait for the image to get captured before trying to open the gallery.</string>
171172
<string name="please_wait_for_image_to_get_captured_before_sharing">Please wait for the image to get captured before attempting to share via long tap</string>
172173

173174
<string name="file_details">File Details</string>
@@ -193,4 +194,5 @@
193194

194195
<string name="video_audio_recording_muted">The video\'s audio recording has been muted</string>
195196
<string name="video_audio_recording_unmuted">The video\'s audio recording has been unmuted</string>
197+
<string name="video_frame_rate">Video Frame Rate</string>
196198
</resources>

0 commit comments

Comments
 (0)