From b73e591011f8a9d2101c68233a061a38e24d0af5 Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 24 Feb 2012 02:01:45 +0300 Subject: [PATCH] Spelling fix. --- qt/update_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/update_dialog.cpp b/qt/update_dialog.cpp index 51c657254e..b5057178be 100644 --- a/qt/update_dialog.cpp +++ b/qt/update_dialog.cpp @@ -233,7 +233,7 @@ namespace qt break; case EGeneratingIndex: - statusString = tr("Generatin search index ..."); + statusString = tr("Generating search index ..."); rowColor = COLOR_INPROGRESS; break; }