Skip to content

Commit e949816

Browse files
Fixing file_info value to avoid warn/error compiling.
1 parent 61c9ed1 commit e949816

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

filebrowser/src/main/res/values-de/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
</string-array>
7272
<string name="filter_only">Filtern nach</string>
7373
<string name="sort_by">Sortieren nach</string>
74-
<string name="file_info">%s zul. geändert %s</string>
74+
<string name="file_info">%1$s zul. geändert %2$s</string>
7575
<string name="unselectall">Alles wiederufen</string>
76-
</resources>
76+
</resources>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<string name="ok">Ok</string>
2828
<string name="filter_only">Filter Only</string>
2929
<string name="sort_by">Sort By</string>
30-
<string name="file_info">%s Last Mofified: %s</string>
30+
<string name="file_info">%1$s Last Modified: %2$s</string>
3131
<string name="read_only"> (Read only)</string>
3232
<!-- Folder creation-->
3333
<string name="folder_creation_error">An error occurred while creating a new folder</string>

0 commit comments

Comments
 (0)