mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
A little tuning of interface
This commit is contained in:
parent
816e523fae
commit
cb32572acf
|
@ -68,7 +68,7 @@
|
|||
<item>
|
||||
<widget class="QToolButton" name="ftsSearchPrevious">
|
||||
<property name="text">
|
||||
<string>Previous</string>
|
||||
<string>&Previous</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
|
@ -82,7 +82,7 @@
|
|||
<item>
|
||||
<widget class="QToolButton" name="ftsSearchNext">
|
||||
<property name="text">
|
||||
<string>Next</string>
|
||||
<string>&Next</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
|
|
|
@ -59,7 +59,7 @@ void Indexing::run()
|
|||
{
|
||||
gdWarning( "Exception occured while full-text search: %s", ex.what() );
|
||||
}
|
||||
emit sendNowIndexingName( "None" );
|
||||
emit sendNowIndexingName( tr( "None" ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue