Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-29 10:36:16 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-06-29 10:44:22 +0300
commit0394ac630b56c6bd2fe51a4bd67bbd57a7ea3e6a (patch)
treef753bae263f7cd2ecf94eb332816b7b04c59d0a9 /app/src/main/res
parent8599732607cda52f6c0ddc9efb46acd54971ef21 (diff)
i18n: Remove double spaces and disable translation
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ace142d7..8883b02f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -300,10 +300,10 @@
<string name="simple_backup">Backup</string>
<string name="simple_repair">Repair</string>
<string name="backup">We detected an irrecoverably state of the app. Please backup your unsynchronized changes and clear the storage of the Notes app.</string>
- <string name="settings_notes_path_description">Folder to store your notes in your Nextcloud</string>
+ <string name="settings_notes_path_description">Folder to store your notes in your Nextcloud</string>
<string-array name="settings_file_suffixes">
- <item>.txt</item>
- <item>.md</item>
+ <item translatable="false">.txt</item>
+ <item translatable="false">.md</item>
</string-array>
<string name="settings_notes_path_success">New notes folder: %1$s</string>
<string name="settings_file_suffix">File extension</string>