Skip to content

Commit

Permalink
Precise wording for spaces in filenames
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven committed Sep 18, 2024
1 parent 90ca031 commit d259376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@
<string name="file_name_validator_error_invalid_character">Name contains invalid characters: %s</string>
<string name="file_name_validator_error_reserved_names">%s is a forbidden name</string>
<string name="file_name_validator_error_forbidden_file_extensions">%s is a forbidden file extension</string>
<string name="file_name_validator_error_forbidden_space_character_extensions">A space character is not allowed in file names</string>
<string name="file_name_validator_error_forbidden_space_character_extensions">Filenames must not contain spaces at the beginning or end</string>
<string name="sync">Sync</string>
<string name="please_select_a_server">Please select a server…</string>
</resources>

0 comments on commit d259376

Please sign in to comment.