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
Keep "No Media" message when no media filepath is specified.
Add the message "Media not found: check Info tab for file name"
for the case when a media filepath is specified but the file
does not exist.
(cherry picked from commit e919f5d)
Copy file name to clipboardExpand all lines: Src/LexText/Interlinear/ITextStrings.resx
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -348,8 +348,13 @@
348
348
<value>Media </value>
349
349
<comment>there is a trailing space</comment>
350
350
</data>
351
+
<dataname="ksMediaNotFound"xml:space="preserve">
352
+
<value>Media not found: check Info tab for file name</value>
353
+
<comment>Used when a media filepath is specified, but the file doesn't exist. Ensure translation of "Info" matches translation used for the tab label.</comment>
354
+
</data>
351
355
<dataname="ksNoMedia"xml:space="preserve">
352
356
<value>No Media</value>
357
+
<comment>Used when no there is no media filepath specified.</comment>
0 commit comments