Skip to content

Commit

Permalink
Fix key hints in tray menu (incorrect translation string)
Browse files Browse the repository at this point in the history
Fixes #1308

Signed-off-by: Lukas Holecek <hluk@email.cz>
  • Loading branch information
hluk committed Feb 8, 2020
1 parent f18978a commit 134199a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/copyq_zh_CN.ts
Expand Up @@ -3514,7 +3514,7 @@ Use &lt;b&gt;/&lt;/b&gt; as path separator in tree view tab layout.</source>
<location filename="../src/gui/traymenu.cpp" line="104"/>
<source>&amp;%1. %2</source>
<comment>Key hint (number shortcut) for items in tray menu (%1 is number, %2 is item label)</comment>
<translation>%1. %2</translation>
<translation>&amp;%1. %2</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit 134199a

Please sign in to comment.