Skip to content

Commit 0f9760f

Browse files
authored
fix: update batch renaming strings to be super super clear (#159)
See: FossifyOrg/General-Discussion#288
1 parent 73b6d89 commit 0f9760f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@
213213
<string name="filename_invalid_characters_placeholder">Filename \'%s\' contains invalid characters</string>
214214
<string name="extension_cannot_be_empty">Extension cannot be empty</string>
215215
<string name="source_file_doesnt_exist">Source file %s doesn\'t exist</string>
216-
<string name="prepend_filenames">Prepend filenames</string>
217-
<string name="append_filenames">Append filenames</string>
216+
<string name="prepend_filenames">Add text before filenames</string>
217+
<string name="append_filenames">Add text after filenames</string>
218218
<string name="simple_renaming">Simple renaming</string>
219219
<string name="pattern_renaming">Pattern</string>
220-
<string name="string_to_add">String to add</string>
220+
<string name="string_to_add">Text to add</string>
221221
<string name="rename_date_time_pattern">%Y - year\n%M - month\n%D - day\n%h - hour\n%m - minute\n%s - second\n%i - number increasing from 1</string>
222222
<string name="filename_without_txt">Filename (without .txt)</string>
223223
<string name="filename_without_json">Filename (without .json)</string>

0 commit comments

Comments
 (0)