diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-04-11 18:45:22 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-04-11 18:45:22 +0000 |
| commit | a23c64310e23a948aaeed4a47b4a2cd65f5d9201 (patch) | |
| tree | 0ec76e816afe088f315830f85d355fa100d2a0b7 /src/ui/dialog/guides.cpp | |
| parent | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w... (diff) | |
| download | inkscape-a23c64310e23a948aaeed4a47b4a2cd65f5d9201.tar.gz inkscape-a23c64310e23a948aaeed4a47b4a2cd65f5d9201.zip | |
revert silly error in r10147
(bzr r10158)
Diffstat (limited to 'src/ui/dialog/guides.cpp')
| -rw-r--r-- | src/ui/dialog/guides.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/guides.cpp b/src/ui/dialog/guides.cpp index 910b4ac39..619b6fb16 100644 --- a/src/ui/dialog/guides.cpp +++ b/src/ui/dialog/guides.cpp @@ -152,7 +152,7 @@ void GuidelinePropertiesDialog::_response(gint response) } void GuidelinePropertiesDialog::_setup() { - set_title(_("Guidelinea")); + set_title(_("Guideline")); add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK); add_button(Gtk::Stock::DELETE, -12); add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); |
