Skip to content

Commit 565d55c

Browse files
Copilotchenxuuu
andauthored
Fix save log button tooltip using wrong resource key (LockLogButton → SaveLogButton)
Agent-Logs-Url: https://github.com/chenxuuu/llcom/sessions/56adf2ff-4244-493e-829b-9ad846906ce5 Co-authored-by: chenxuuu <10357394+chenxuuu@users.noreply.github.com>
1 parent 3d38dd1 commit 565d55c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

llcom/Pages/DataShowPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
HorizontalAlignment="Right"
205205
VerticalAlignment="Bottom"
206206
Click="SaveLogButton_Click"
207-
ToolTip="{DynamicResource LockLogButton}"
207+
ToolTip="{DynamicResource SaveLogButton}"
208208
Visibility="{Binding Path=IsMouseOver, ElementName=mainGrid, Converter={StaticResource boolVisibeConverter}}" BorderBrush="Black">
209209
<fa:FontAwesome Icon="Save" HorizontalAlignment="Center" FontSize="12"/>
210210
</Button>

llcom/languages/en-US.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
<system:String x:Key="AddExtraEnterTip">before do this, alse will use Lua script for data to send</system:String>
165165
<system:String x:Key="LockLogButton">Lock logs and disable auto scroll</system:String>
166166
<system:String x:Key="LockLogText">Locked</system:String>
167+
<system:String x:Key="SaveLogButton">Click to save received logs</system:String>
167168
<system:String x:Key="ShowHexFormat">Hex format</system:String>
168169
<system:String x:Key="ShowHexFormatTip">modes: Only Hex/Only Text/Both Hex and Text</system:String>
169170
<system:String x:Key="HexSendMode">Send Hex</system:String>

llcom/languages/zh-CN.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
<system:String x:Key="AddExtraEnterTip">加回车换行前,同样会经过脚本处理数据</system:String>
165165
<system:String x:Key="LockLogButton">锁定视图禁止滚动</system:String>
166166
<system:String x:Key="LockLogText">已锁定</system:String>
167+
<system:String x:Key="SaveLogButton">点击按钮保存接收日志</system:String>
167168
<system:String x:Key="ShowHexFormat">Hex显示</system:String>
168169
<system:String x:Key="ShowHexFormatTip">切换为:只显示Hex/只显示文本数据/同时显示Hex与文本数据</system:String>
169170
<system:String x:Key="HexSendMode">发Hex</system:String>

0 commit comments

Comments
 (0)