Git commit 0ee83cbe08b895fe8ed1641f5a61e38cc1100cec by Jaroslaw Staniek. Committed on 29/02/2016 at 23:07. Pushed by staniek into branch 'master'. Fix message "Do you want to close all windows for these objects?" (from calligra.git) M +2 -1 src/plugins/tables/kexitablepart.cpp http://commits.kde.org/kexi/0ee83cbe08b895fe8ed1641f5a61e38cc1100cec diff --git a/src/plugins/tables/kexitablepart.cpp b/src/plugins/tables/kexi= tablepart.cpp index 4fabd92..c4c7887 100644 --- a/src/plugins/tables/kexitablepart.cpp +++ b/src/plugins/tables/kexitablepart.cpp @@ -183,7 +183,8 @@ tristate KexiTablePart::askForClosingObjectsUsingTableS= chema( } openedObjectsStr +=3D ""; int r =3D KMessageBox::questionYesNo(parent, - "" + msg + "" + = openedObjectsStr + "" + i18nc("@info", "%1%2", msg, openedObjectsStr) + + "" + xi18n("Do you want to close all w= indows for these objects?") + "", QString(), KGuiItem(xi18nc("@action= :button Close All Windows", "Close Windows"), koIconName("window-close")), = KStandardGuiItem::cancel());