summaryrefslogtreecommitdiffstats
path: root/src/extension/error-file.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:55:26 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-11-07 22:56:38 +0000
commit7aacbbee8e7d24a601f576ddbeb68dc164902336 (patch)
tree3e05299dac3316d107382efcf217e404fd0e6305 /src/extension/error-file.cpp
parentFixes to Filter Dialog (diff)
parentMisc. typos (diff)
downloadinkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.tar.gz
inkscape-7aacbbee8e7d24a601f576ddbeb68dc164902336.zip
Merge branch 'luzpaz/inkscape-typos' (!119)
Diffstat (limited to 'src/extension/error-file.cpp')
-rw-r--r--src/extension/error-file.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/error-file.cpp b/src/extension/error-file.cpp
index 063e43f42..20dcc0f5f 100644
--- a/src/extension/error-file.cpp
+++ b/src/extension/error-file.cpp
@@ -50,7 +50,7 @@ ErrorFileNotice::ErrorFileNotice (void) :
{
// \FIXME change this
- /* This is some filler text, needs to change before relase */
+ /* This is some filler text, needs to change before release */
Glib::ustring dialog_text(_("<span weight=\"bold\" size=\"larger\">One or more extensions failed to load</span>\n\nThe failed extensions have been skipped. Inkscape will continue to run normally but those extensions will be unavailable. For details to troubleshoot this problem, please refer to the error log located at: "));
gchar * ext_error_file = Inkscape::IO::Resource::log_path(EXTENSION_ERROR_LOG_FILENAME);
dialog_text += ext_error_file;
@@ -59,7 +59,7 @@ ErrorFileNotice::ErrorFileNotice (void) :
auto vbox = get_content_area();
- /* This is some filler text, needs to change before relase */
+ /* This is some filler text, needs to change before release */
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
checkbutton = Gtk::manage(new Gtk::CheckButton(_("Show dialog on startup")));
vbox->pack_start(*checkbutton, true, false, 5);