[gnote] Fix typo - correct word is Automatic
- From: Scott Reeves <sreeves src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix typo - correct word is Automatic
- Date: Thu, 5 May 2016 18:41:59 +0000 (UTC)
commit f483f068fd5db867a999b3c865f458ee4fe52e2e
Author: Scott Reeves <sreeves suse com>
Date: Wed May 4 13:00:00 2016 -0600
Fix typo - correct word is Automatic
src/preferencesdialog.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index e6be910..1691533 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -511,7 +511,7 @@ namespace gnote {
}
Gtk::Grid *autosyncBox = manage(new Gtk::Grid);
autosyncBox->set_column_spacing(5);
- m_autosync_check = manage(new Gtk::CheckButton(_("Automatical background s_ync interval (minutes)"),
true));
+ m_autosync_check = manage(new Gtk::CheckButton(_("Automatic background s_ync interval (minutes)"),
true));
m_autosync_check->set_hexpand(true);
m_autosync_spinner = manage(new Gtk::SpinButton(1));
m_autosync_spinner->set_range(5, 1000);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]