Skip to content

Commit

Permalink
Strings: for consistency remove period from sending to messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jan 5, 2024
1 parent 50ea863 commit 6aa5795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,14 @@
<string name="hexagon_remove_account_success">Account deleted</string>
<string name="hexagon_remove_account_failure">Could not delete account</string>
<string name="hexagon_remove_account_confirmation">This will delete your shows, lists and movies from SeriesGuide Cloud</string>
<string name="hexagon_api_queued">Sending to SeriesGuide Cloud.</string>
<string name="hexagon_api_queued">Sending to SeriesGuide Cloud</string>
<string name="hexagon_signed_out">Signed out of SeriesGuide Cloud</string>
<string name="hexagon_signin_fail_format">Error with sign-in (%s)</string>
<string name="hexagon_signin_google_only">Email address requires Google Sign-In</string>
<string name="hexagon_signin_choose">Choose email to sign in if you are using SeriesGuide on other devices that do not support Google sign-in.</string>

<!-- trakt -->
<string name="trakt_submitqueued">Sending to Trakt.</string>
<string name="trakt_submitqueued">Sending to Trakt</string>
<string name="checkin_success_trakt">Checked into %s on Trakt</string>
<string name="checkin_canceled_success_trakt">Cancelled check-in on Trakt</string>
<string name="traktcheckin_cancel">Override</string>
Expand Down

0 comments on commit 6aa5795

Please sign in to comment.