diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-21 02:37:06 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-21 02:37:06 +0000 |
| commit | d8480e53803e8971673f879ec6895971e991a09f (patch) | |
| tree | d30213bd55148b1bb4a2c13a028a10a9b68662ef /src/preferences-skeleton.h | |
| parent | Fix #116: Wrong element names shown in XML editor for circles and ellipses (diff) | |
| download | inkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip | |
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'src/preferences-skeleton.h')
| -rw-r--r-- | src/preferences-skeleton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 8098fa58e..eeee62bcf 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -83,7 +83,7 @@ R"=====( inkscape:window-height="480" /> </group> - <group id="theme" + <group id="theme" gtkTheme="" iconTheme="" symbolicIcons="0" darkTheme="0" symbolicColor="0x000000ff" > </group> @@ -505,7 +505,7 @@ R"=====( #define PREFERENCES_SKELETON_SIZE (sizeof(preferences_skeleton) - 1) // Raw string literal cannot contain translatable strings. Fortunately, we only translate -// caligraphy presets. +// calligraphy presets. // Note: actual translation is done in CalligraphyToolbar::build_presets_list(), we just // mark the strings as translatable here (see GitLab issue 128): Glib::ustring calligraphy_name_array[] = { |
