Skip to content

Commit

Permalink
Regulated punctuation
Browse files Browse the repository at this point in the history
Regulated punctuation for success (a period) and fail (an exclamation point.)
  • Loading branch information
Hexhu authored Jun 20, 2017
1 parent a7003e6 commit 619581c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
<string name="action_apply_all">Apply Settings to All Profiles</string>
<string name="action_export">Export to Clipboard</string>
<string name="action_import">Import from Clipboard</string>
<string name="action_export_msg">Successfully exported profiles!</string>
<string name="action_export_msg">Successfully exported profiles.</string>
<string name="action_export_err">Failed to export profiles!</string>
<string name="action_import_msg">Successfully imported profiles!</string>
<string name="action_import_err">Failed to import profiles.</string>
<string name="action_import_msg">Successfully imported profiles.</string>
<string name="action_import_err">Failed to import profiles!</string>

<!-- profile -->
<string name="profile_manager_dialog">Profiles</string>
Expand Down

0 comments on commit 619581c

Please sign in to comment.