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>
|
<item>
|
||||||
<widget class="QToolButton" name="ftsSearchPrevious">
|
<widget class="QToolButton" name="ftsSearchPrevious">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Previous</string>
|
<string>&Previous</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
|
@ -82,7 +82,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="ftsSearchNext">
|
<widget class="QToolButton" name="ftsSearchNext">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Next</string>
|
<string>&Next</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="resources.qrc">
|
<iconset resource="resources.qrc">
|
||||||
|
|
|
@ -59,7 +59,7 @@ void Indexing::run()
|
||||||
{
|
{
|
||||||
gdWarning( "Exception occured while full-text search: %s", ex.what() );
|
gdWarning( "Exception occured while full-text search: %s", ex.what() );
|
||||||
}
|
}
|
||||||
emit sendNowIndexingName( "None" );
|
emit sendNowIndexingName( tr( "None" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue