Skip to content

Commit 619581c

Browse files
authored
Regulated punctuation
Regulated punctuation for success (a period) and fail (an exclamation point.)
1 parent a7003e6 commit 619581c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/main/res/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@
138138
<string name="action_apply_all">Apply Settings to All Profiles</string>
139139
<string name="action_export">Export to Clipboard</string>
140140
<string name="action_import">Import from Clipboard</string>
141-
<string name="action_export_msg">Successfully exported profiles!</string>
141+
<string name="action_export_msg">Successfully exported profiles.</string>
142142
<string name="action_export_err">Failed to export profiles!</string>
143-
<string name="action_import_msg">Successfully imported profiles!</string>
144-
<string name="action_import_err">Failed to import profiles.</string>
143+
<string name="action_import_msg">Successfully imported profiles.</string>
144+
<string name="action_import_err">Failed to import profiles!</string>
145145

146146
<!-- profile -->
147147
<string name="profile_manager_dialog">Profiles</string>

0 commit comments

Comments
 (0)