diff --git a/src/Resources/Locales/en_US.xaml b/src/Resources/Locales/en_US.xaml index 60525956..50a7db49 100644 --- a/src/Resources/Locales/en_US.xaml +++ b/src/Resources/Locales/en_US.xaml @@ -114,13 +114,10 @@ Tag Message : Optional. - Explore - Open In File Browser - Terminal - Open Git Bash - Search - Search Commit - Configure this repository + Open In File Browser + Open Git Bash + Search Commit + Configure this repository WORKSPACE LOCAL BRANCHES NEW BRANCH diff --git a/src/Resources/Locales/zh_CN.xaml b/src/Resources/Locales/zh_CN.xaml index b5f01c36..76618200 100644 --- a/src/Resources/Locales/zh_CN.xaml +++ b/src/Resources/Locales/zh_CN.xaml @@ -113,13 +113,10 @@ 标签描述 : 选填 - 浏览 - 在文件浏览器中打开 - 终端 - 打开GIT终端 - 查找 - 查找提交 - 配置本仓库 + 在文件浏览器中打开 + 打开GIT终端 + 查找提交 + 配置本仓库 工作区 本地分支 新建分支 diff --git a/src/Views/Widgets/Dashboard.xaml b/src/Views/Widgets/Dashboard.xaml index 449e2714..3c633b8a 100644 --- a/src/Views/Widgets/Dashboard.xaml +++ b/src/Views/Widgets/Dashboard.xaml @@ -28,13 +28,13 @@ Margin="8,0" Padding="0,9" Icon="{DynamicResource Icon.Folder.Open}" - ToolTip="{DynamicResource Text.Dashboard.Explore.Tip}" + ToolTip="{DynamicResource Text.Dashboard.Explore}" Click="Explore"/> @@ -89,7 +89,7 @@ Margin="8,0" Padding="0,8" Icon="{DynamicResource Icon.Setting}" - ToolTip="{DynamicResource Text.Configure}" + ToolTip="{DynamicResource Text.Dashboard.Configure}" Click="OpenConfigure"/>