summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-08-14 21:59:42 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-08-14 21:59:42 +0000
commite27dc3293c29a86c1d29e80ff38fa93b38502c71 (patch)
tree8c6a80ba29ec7c5c5a019ccd6a896e9fb1074430 /src
parentCMake/MSYS2: Fix install location of libenchant providers (diff)
downloadinkscape-e27dc3293c29a86c1d29e80ff38fa93b38502c71.tar.gz
inkscape-e27dc3293c29a86c1d29e80ff38fa93b38502c71.zip
fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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, "<span size=\"small\">Reloading icons will cloase all windows and open them again. No data will be lost.</span>", "", false);
+ _page_theme.add_line(false, "", _apply_theme, "<span size=\"small\">Reloading icons will close all windows and open them again. No data will be lost.</span>", "", false);
_apply_theme.signal_clicked().connect(sigc::ptr_fun(sp_ui_reload));
this->AddPage(_page_theme, _("Theme"), iter_ui, PREFS_PAGE_UI_THEME);
symbolicThemeCheck();