From e27dc3293c29a86c1d29e80ff38fa93b38502c71 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Tue, 14 Aug 2018 23:59:42 +0200 Subject: fix a typo --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 1d675b7f5..3cc2136a1 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -884,7 +884,7 @@ void InkscapePreferences::initPageUI() } _apply_theme.set_label(_("Reload icons")); _apply_theme.set_tooltip_text(_("Apply icon changes (may take a few seconds)")); - _page_theme.add_line(false, "", _apply_theme, "Reloading icons will cloase all windows and open them again. No data will be lost.", "", false); + _page_theme.add_line(false, "", _apply_theme, "Reloading icons will close all windows and open them again. No data will be lost.", "", false); _apply_theme.signal_clicked().connect(sigc::ptr_fun(sp_ui_reload)); this->AddPage(_page_theme, _("Theme"), iter_ui, PREFS_PAGE_UI_THEME); symbolicThemeCheck(); -- cgit v1.2.3