fix warning about non-positional format parameters

This commit is contained in:
Daniel Micay 2022-05-06 06:42:03 -04:00
parent eb6eb8046c
commit 21d7b9d76e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<string name="error_while_saving">Error encountered while saving</string>
<string name="webview_out_of_date_title">WebView out-of-date</string>
<string name="webview_out_of_date_message">Your current WebView version is %d. The WebView should be at least version %d for the PDF Viewer to work.</string>
<string name="webview_out_of_date_message">Your current WebView version is %1$d. The WebView should be at least version %2$d for the PDF Viewer to work.</string>
<string name="action_share">Share</string>
<string name="action_save_as">Save as</string>
</resources>