Skip to content

Commit

Permalink
Fixed some mispelled strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Iosue committed Feb 21, 2017
1 parent 2157d64 commit c627854
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Actually the following functions are implemented:
* Export/import notes to backup
* Google Now integration: just tell "write a note" followed by the content
* Multiple widgets, DashClock extension, Android 4.2 lockscreen compatibility
* Multilanguage: 30 languages supported: https://crowdin.com/project/omni-notes
* Multilanguage: 30+ languages supported: https://crowdin.com/project/omni-notes


Further developments will include:
Expand Down
2 changes: 1 addition & 1 deletion etc/translations/play_store_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Actually the following functions are implemented:
☆ Export/import notes to backup
☆ Google Now integration: just tell "write a note" followed by the content
☆ Multiple widgets, DashClock extension, Android 4.2 lockscreen compatibility
☆ Multilanguage: 30 languages supported: https://crowdin.com/project/omni-notes
☆ Multilanguage: 30+ languages supported: https://crowdin.com/project/omni-notes
2 changes: 1 addition & 1 deletion etc/translations/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<string name="export_fail">File export failed</string>
<string name="import_success">File imported successfully</string>
<string name="import_fail">File import failed</string>
<string name="file_not_exists">File to be imported doesn\'t exists</string>
<string name="file_not_exists">File to be imported doesn\'t exist</string>
<string name="import_warning">Importing data could overwrite current notes. Proceed?</string>
<string name="export_warning">Exported file will overwrite existing one. Proceed?</string>
<string name="settings_category_gestures">Gestures</string>
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/src/main/res/values-en-rUS/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<string name="export_fail">File export failed</string>
<string name="import_success">File imported successfully</string>
<string name="import_fail">File import failed</string>
<string name="file_not_exists">File to be imported doesn\'t exists</string>
<string name="file_not_exists">File to be imported doesn\'t exist</string>
<string name="import_warning">Importing data could overwrite current notes. Proceed?</string>
<string name="export_warning">Exported file will overwrite existing one. Proceed?</string>
<string name="settings_category_gestures">Gestures</string>
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/src/main/res/values-km-rKH/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Send automatic report to developer?\"</string>
<string name="export_fail">File export failed</string>
<string name="import_success">File imported successfully</string>
<string name="import_fail">File import failed</string>
<string name="file_not_exists">File to be imported doesn\'t exists</string>
<string name="file_not_exists">File to be imported doesn\'t exist</string>
<string name="import_warning">Importing data could overwrite current notes. Proceed?</string>
<string name="export_warning">Exported file will overwrite existing one. Proceed?</string>
<string name="settings_category_gestures">Gestures</string>
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<string name="export_fail">File export failed</string>
<string name="import_success">File imported successfully</string>
<string name="import_fail">File import failed</string>
<string name="file_not_exists">File to be imported doesn\'t exists</string>
<string name="file_not_exists">File to be imported doesn\'t exist</string>
<string name="import_warning">Importing data could overwrite current notes. Proceed?</string>
<string name="export_warning">Exported file will overwrite existing one. Proceed?</string>
<string name="settings_category_gestures">Gestures</string>
Expand Down

0 comments on commit c627854

Please sign in to comment.