Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
通知翻訳修正
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Jul 27, 2022
1 parent 22e4161 commit 4100916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ OSビルド22000.778でテスト済みです。
##### 4

* プルリクエストを適用 - reindex-otさんありがとうございます!
* 翻訳の追加修正

## 22000.708.46

Expand Down
4 changes: 2 additions & 2 deletions ExplorerPatcher/updates.c
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ BOOL InstallUpdatesIfAvailable(
L" <visual>\r\n"
L" <binding template=\"ToastGeneric\">\r\n"
L" <text><![CDATA[%s が使用可能]]></text>\r\n"
L" <text><![CDATA[アップデートするには、タスクバーを右クリックして \"Properties\", \"Updates\"の順に選択してください。このアップデートについて詳しくは、こちらをご覧ください。]]></text>\r\n"
L" <text><![CDATA[アップデートするには、タスクバーを右クリックして \"プロパティ\"、\"アップデート\"の順に選択してください。このアップデートについて詳しくは、こちらをご覧ください。]]></text>\r\n"
L" <text placement=\"attribution\"><![CDATA[ExplorerPatcher-jp]]></text>\r\n"
L" </binding>\r\n"
L" </visual>\r\n"
Expand All @@ -1076,7 +1076,7 @@ BOOL InstallUpdatesIfAvailable(
else
{
WCHAR wszVersionInfo[100];
swprintf_s(wszVersionInfo, 100, L"Version %d.%d.%d.%d is", dwLeftMost, dwSecondLeft, dwSecondRight, dwRightMost);
swprintf_s(wszVersionInfo, 100, L"バージョン %d.%d.%d.%d ", dwLeftMost, dwSecondLeft, dwSecondRight, dwRightMost);
swprintf_s(buf, TOAST_BUFSIZ, text, wszInfoURL, wszVersionInfo);
}
__x_ABI_CWindows_CData_CXml_CDom_CIXmlDocument* inputXml = NULL;
Expand Down

0 comments on commit 4100916

Please sign in to comment.