Skip to content

Commit

Permalink
Adds a stop so NVDA readout makes more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Apr 3, 2024
1 parent c784ba2 commit 0613d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mod-cloud-audiocom/ui/dialogs/CloudLocationDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ const DialogDescription SaveDialogDescription = {
XO("How would you like to save?"),
&bin2c_SaveRemote_png,
XO("Save to the Cloud"),
XO("Your project is backed up privately on audio.com. You can access your work from any device and collaborate on your project with others"),
XO("Your project is backed up privately on audio.com. You can access your work from any device and collaborate on your project with others."),
XXO("&Save to Cloud"),
&bin2c_SaveLocally_png,
XO("On your computer"),
XO("Files are saved on your device"),
XO("Files are saved on your device."),
XXO("Save to &computer"),
XO("&Remember my choice and don't show again"),
SaveLocationMode,
Expand Down

0 comments on commit 0613d0a

Please sign in to comment.