ui: improved buttons texts for "reindexing required" dialog

This commit is contained in:
mlangkabel
2018-07-22 20:28:18 +02:00
parent 1db248a34e
commit 1df330ff2c
+1 -1
View File
@@ -287,7 +287,7 @@ void Project::refresh(RefreshMode refreshMode, DialogView* dialogView)
if (question.size() && m_hasGUI)
{
if (dialogView->confirm(question, { "Yes", "No" }) == 1)
if (dialogView->confirm(question, { "Reindex", "Cancel" }) == 1)
{
return;
}