Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
piepie62 committed Jan 29, 2020
1 parent e7707c6 commit ba2a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3ds/source/gui/screen/GroupCloudScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void GroupCloudScreen::update(touchPosition* touch)
{
if (toSend.size() > 1)
{
if (!Gui::showChoiceMessage(i18n::localize("SHARE_SEND_GROUP_CONFIRM")))
if (!Gui::showChoiceMessage(i18n::localize("UPLOAD_GROUP")))
{
return;
}
Expand Down

0 comments on commit ba2a8bd

Please sign in to comment.