Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Commit

Permalink
Small bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
guch8017 committed Jan 31, 2019
1 parent b6ae8e0 commit 7b563e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static const MenuEntry menu_entries[] = {
{MenuShow, "显示PSP游戏", 8},
{MenuShow, "显示 PSM游戏", 16},

{MenuAbout, "关于PKGj汉化版", 0},
{MenuAbout, "关于PKGj中文版", 0},
};

int pkgi_menu_is_open(void)
Expand Down
5 changes: 3 additions & 2 deletions src/pkgi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ void pkgi_start_download(Downloader& downloader, const DbItem& item)
pkgi_dialog_message(
fmt::format(
"已将 {} 添加至LiveArea下载队列",
item.name)
item.titleid)
.c_str());
}
else
Expand Down Expand Up @@ -1274,7 +1274,8 @@ int main()
pkgi_set_mode(ModePspGames);
break;
case MenuResultAbout:
pkgi_dialog_question(fmt::format("关于\nPKGj中文版 v1.02, 源码基于GitHub开发者blastrock的PKGj v0.47, 由PSVita破解百度贴吧Anarch13翻译, 5334032编译制作. 遵循2-clause BSD授权, 禁止用于任何形式的商业用途!\n生效中的配置信息: \nPSV游戏: {}\nPSV追加下载内容: {}\nPSV主题: {}\nPSP游戏: {}\nPSX游戏: {}\nPSM游戏: {}\n兼容包: {}\n",
pkgi_dialog_question(fmt::format("关于\nPKGj中文版 v{}, 源码基于GitHub开发者blastrock的PKGj v0.47, 由PSVita破解百度贴吧Anarch13翻译, 5334032编译制作. 遵循2-clause BSD授权, 禁止用于任何形式的商业用途!\n生效中的配置信息: \nPSV游戏: {}\nPSV追加下载内容: {}\nPSV主题: {}\nPSP游戏: {}\nPSX游戏: {}\nPSM游戏: {}\n兼容包: {}\n",
version,
config.games_url,
config.dlcs_url,
config.themes_url,
Expand Down

0 comments on commit 7b563e0

Please sign in to comment.