A little tuning of interface

This commit is contained in:
Abs62 2014-04-25 17:30:31 +04:00
parent 816e523fae
commit cb32572acf
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@
<item>
<widget class="QToolButton" name="ftsSearchPrevious">
<property name="text">
<string>Previous</string>
<string>&amp;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>&amp;Next</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">

View file

@ -59,7 +59,7 @@ void Indexing::run()
{
gdWarning( "Exception occured while full-text search: %s", ex.what() );
}
emit sendNowIndexingName( "None" );
emit sendNowIndexingName( tr( "None" ) );
}