add plural forms for pt to gtk2_ardour/po/pt.po
[ardour.git] / gtk2_ardour / step_entry.cc
index 51ccd8b64923c9cad1977e6cfad13555810e4854..855766b1c8ea9983dac0ff8227afd0d0905bb81f 100644 (file)
@@ -33,7 +33,7 @@
 #include "tooltips.h"
 #include "utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace Gtk;
@@ -684,7 +684,7 @@ StepEntry::register_actions ()
 
 
         RadioAction::Group dot_group;
-                                         
+
         myactions.register_radio_action (group, dot_group, "no-dotted", _("No Dotted Notes"), sigc::mem_fun (*this, &StepEntry::dot_change), 0);
         myactions.register_radio_action (group, dot_group, "toggle-dotted", _("Toggled Dotted Notes"), sigc::mem_fun (*this, &StepEntry::dot_change), 1);
         myactions.register_radio_action (group, dot_group, "toggle-double-dotted", _("Toggled Double-Dotted Notes"), sigc::mem_fun (*this, &StepEntry::dot_change), 2);
@@ -694,7 +694,7 @@ StepEntry::register_actions ()
 void
 StepEntry::load_bindings ()
 {
-       bindings = Bindings::get_bindings (X_("step-editing"), myactions);
+       bindings = Bindings::get_bindings (X_("Step Editing"), myactions);
         set_data ("ardour-bindings", bindings);
 }