[SCM] gigedit/master: Add spelling patch.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sat Nov 26 20:28:54 UTC 2016
The following commit has been merged in the master branch:
commit 89b5c5e0e02cc7e70fd40fb5e0ba88636aaf31a4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Nov 26 21:28:46 2016 +0100
Add spelling patch.
diff --git a/debian/patches/03-spelling.patch b/debian/patches/03-spelling.patch
new file mode 100644
index 0000000..c303fc7
--- /dev/null
+++ b/debian/patches/03-spelling.patch
@@ -0,0 +1,74 @@
+Description: Fix some spelling.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: gigedit/src/gigedit/dimensionmanager.cpp
+===================================================================
+--- gigedit.orig/src/gigedit/dimensionmanager.cpp
++++ gigedit/src/gigedit/dimensionmanager.cpp
+@@ -319,7 +319,7 @@ struct _DimDef {
+ };
+ typedef std::map<gig::dimension_t, _DimDef> _Dimensions;
+
+-// update all GUI elements according to current gig::Region informations
++// update all GUI elements according to current gig::Region information
+ void DimensionManager::refreshManager() {
+ set_sensitive(false);
+ refTableModel->clear();
+Index: gigedit/src/gigedit/mainwindow.cpp
+===================================================================
+--- gigedit.orig/src/gigedit/mainwindow.cpp
++++ gigedit/src/gigedit/mainwindow.cpp
+@@ -425,7 +425,7 @@ MainWindow::MainWindow() :
+ {
+ Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
+ uiManager->get_widget("/MenuBar/MenuEdit/CopySampleLoop"));
+- item->set_tooltip_text(_("Used when dragging a sample to a region's sample reference field. You may disable this for example if you want to replace an existing sample in a region with a new sample, but don't want that the region's current loop informations to be altered by this action."));
++ item->set_tooltip_text(_("Used when dragging a sample to a region's sample reference field. You may disable this for example if you want to replace an existing sample in a region with a new sample, but don't want that the region's current loop information to be altered by this action."));
+ }
+ {
+ Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
+@@ -440,7 +440,7 @@ MainWindow::MainWindow() :
+ {
+ Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
+ uiManager->get_widget("/MenuBar/MenuSettings/MoveRootNoteWithRegionMoved"));
+- item->set_tooltip_text(_("If checked, and when a region is moved by dragging it around on the virtual keyboard, the keybord position dependent pitch will move exactly with the amount of semi tones the region was moved around."));
++ item->set_tooltip_text(_("If checked, and when a region is moved by dragging it around on the virtual keyboard, the keyboard position dependent pitch will move exactly with the amount of semi tones the region was moved around."));
+ }
+ {
+ Gtk::MenuItem* item = dynamic_cast<Gtk::MenuItem*>(
+@@ -2476,7 +2476,7 @@ void MainWindow::add_or_replace_sample(b
+ for (std::vector<std::string>::iterator iter = filenames.begin();
+ iter != filenames.end(); ++iter) {
+ printf("Adding sample %s\n",(*iter).c_str());
+- // use libsndfile to retrieve file informations
++ // use libsndfile to retrieve file information
+ SF_INFO info;
+ info.format = 0;
+ SNDFILE* hFile = sf_open((*iter).c_str(), SFM_READ, &info);
+Index: gigedit/src/gigedit/dimregionedit.cpp
+===================================================================
+--- gigedit.orig/src/gigedit/dimregionedit.cpp
++++ gigedit/src/gigedit/dimregionedit.cpp
+@@ -236,7 +236,7 @@ DimRegionEdit::DimRegionEdit() :
+ eGain(_("Gain"), -96, 0, 2, -655360),
+ eGainPlus6(_("Gain +6dB"), eGain, 6 * -655360),
+ eSampleLoopEnabled(_("Enabled")),
+- eSampleLoopStart(_("Loop start positon")),
++ eSampleLoopStart(_("Loop start position")),
+ eSampleLoopLength(_("Loop size")),
+ eSampleLoopType(_("Loop type")),
+ eSampleLoopInfinite(_("Infinite loop")),
+Index: gigedit/src/gigedit/ReferencesView.cpp
+===================================================================
+--- gigedit.orig/src/gigedit/ReferencesView.cpp
++++ gigedit/src/gigedit/ReferencesView.cpp
+@@ -38,7 +38,7 @@ ReferencesView::ReferencesView(Gtk::Wind
+ m_refTreeModel = RefsTreeStore::create(m_columns);
+ m_treeView.set_model(m_refTreeModel);
+ m_treeView.set_tooltip_text(_(
+- "Amount of times the selected sample in question is referenced. Click "
++ "Number of times the selected sample in question is referenced. Click "
+ "to jump to the specific reference."
+ ));
+ m_treeView.append_column(_("Name"), m_columns.m_col_name);
diff --git a/debian/patches/series b/debian/patches/series
index ec078aa..036865f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-makefiles.patch
+03-spelling.patch
--
gigedit packaging
More information about the pkg-multimedia-commits
mailing list