From 11e4cc2da1a34b74493f207b1ff503d5a7430ead Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 1 Oct 2010 19:36:50 +0200 Subject: [PATCH] UI generalisation --- share/extensions/webslicer_create_rect.inx | 6 +++--- src/ui/dialog/svg-fonts-dialog.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx index acf440cca..5dc545a3b 100644 --- a/share/extensions/webslicer_create_rect.inx +++ b/share/extensions/webslicer_create_rect.inx @@ -19,12 +19,12 @@ - <_param name="help-jpg" type="description">JPG specific options + <_param name="help-jpg" type="description">JPG specific options 85 <_param name="help-quality" type="description">0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression - <_param name="help-gif" type="description">GIF specific options + <_param name="help-gif" type="description">GIF specific options <_item value="grayscale">Grayscale <_item value="palette">Palette @@ -34,7 +34,7 @@ - <_param name="help-gif" type="description">Options for HTML export + <_param name="help-gif" type="description">Options for HTML export <_item value="bg-el-norepeat">Positioned html block element with the image as Background <_item value="bg-parent-repeat">Tiled Background (on parent group) diff --git a/src/ui/dialog/svg-fonts-dialog.cpp b/src/ui/dialog/svg-fonts-dialog.cpp index d58869231..3e1086ec8 100644 --- a/src/ui/dialog/svg-fonts-dialog.cpp +++ b/src/ui/dialog/svg-fonts-dialog.cpp @@ -732,7 +732,7 @@ Gtk::VBox* SvgFontsDialog::kerning_tab(){ create_kerning_pairs_popup_menu(_KerningPairsList, sigc::mem_fun(*this, &SvgFontsDialog::remove_selected_kerning_pair)); //Kerning Setup: - kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("Kerning Setup:")))); + kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("Kerning Setup")))); Gtk::HBox* kerning_selector = Gtk::manage(new Gtk::HBox()); kerning_selector->add(*Gtk::manage(new Gtk::Label(_("1st Glyph:")))); kerning_selector->add(first_glyph); -- 2.30.2