Skip to content

Commit

Permalink
Fix incorrect string
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Feb 21, 2024
1 parent 8fb5cab commit d585735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="info_using_release_$x">リリース「$x」を使用中</string>
<string name="info_using_non_release_commit_$x">リリースではないコミット「$x」を使用中</string>

<string name="version_message_release_$appver_$apiver_$split">SpMp リリース「$commit」$splitと API バージョン「$apiver」を使用中</string>
<string name="version_message_release_$appver_$apiver_$split">SpMp リリース「$appver」$splitと API バージョン「$apiver」を使用中</string>
<string name="version_message_non_release_$commit_$apiver_$split">SpMp のリリースではないコミット「$commit」$splitと API バージョン「$apiver」を使用中</string>
<string name="help_message">TODO</string>

Expand Down

0 comments on commit d585735

Please sign in to comment.