[gnote] * Ensure the spelling of Gnote.
- From: Hubert Figuiere <hub src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnote] * Ensure the spelling of Gnote.
- Date: Fri, 17 Apr 2009 15:14:36 -0400 (EDT)
commit a884b784712528529a8c341c2bea647f9b45316e
Author: Hubert Figuiere <hub figuiere net>
Date: Thu Apr 16 16:32:05 2009 -0400
* Ensure the spelling of Gnote.
---
NEWS | 1 +
src/actionmanager.cpp | 8 ++++----
src/gnote.cpp | 4 ++--
src/preferencesdialog.cpp | 2 +-
src/tray.cpp | 4 ++--
5 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/NEWS b/NEWS
index a705fd2..1576303 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
Translations:
* Update comment to reflect format in strings. (Close #579209)
+ * Ensure the spelling of Gnote.
0.1.2 - 2009/04/15
diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp
index 2b27a28..1c43604 100644
--- a/src/actionmanager.cpp
+++ b/src/actionmanager.cpp
@@ -184,7 +184,7 @@ namespace gnote {
action = Gtk::Action::create(
"QuitGNoteAction", Gtk::Stock::QUIT,
- _("_Quit"), _("Quit GNote"));
+ _("_Quit"), _("Quit Gnote"));
m_main_window_actions->add(action, Gtk::AccelKey("<Control>Q"));
action = Gtk::Action::create("EditMenuAction", _("_Edit"));
@@ -192,19 +192,19 @@ namespace gnote {
action = Gtk::Action::create(
"ShowPreferencesAction", Gtk::Stock::PREFERENCES,
- _("_Preferences"), _("GNote Preferences"));
+ _("_Preferences"), _("Gnote Preferences"));
m_main_window_actions->add(action);
action = Gtk::Action::create("HelpMenuAction", _("_Help"));
m_main_window_actions->add(action);
action = Gtk::Action::create("ShowHelpAction", Gtk::Stock::HELP,
- _("_Contents"), _("GNote Help"));
+ _("_Contents"), _("Gnote Help"));
m_main_window_actions->add(action, Gtk::AccelKey("F1"));
action = Gtk::Action::create(
"ShowAboutAction", Gtk::Stock::ABOUT,
- _("_About"), _("About GNote"));
+ _("_About"), _("About Gnote"));
m_main_window_actions->add(action);
action = Gtk::Action::create(
diff --git a/src/gnote.cpp b/src/gnote.cpp
index 18a9aa1..bc7e931 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -256,7 +256,7 @@ namespace gnote {
translators = "";
Gtk::AboutDialog about;
- about.set_name("GNote");
+ about.set_name("Gnote");
about.set_version(VERSION);
about.set_logo(utils::get_icon("gnote", 48));
about.set_copyright(_("Copyright (c) 2009 Hubert Figuiere"));
@@ -270,7 +270,7 @@ namespace gnote {
// GuiUtils.ShowOpeningLocationError (dialog, link, e.Message);
// }
// });
- about.set_website("http://live.gnome.org/GNote");
+ about.set_website("http://live.gnome.org/Gnote");
about.set_website_label(_("Homepage"));
about.set_authors(authors);
about.set_documenters(documenters);
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 4f0b79f..ad78c00 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -60,7 +60,7 @@ namespace gnote {
set_has_separator(false);
set_border_width(5);
set_resizable(true);
- set_title(_("GNote Preferences"));
+ set_title(_("Gnote Preferences"));
get_vbox()->set_spacing(5);
get_action_area()->set_layout(Gtk::BUTTONBOX_END);
diff --git a/src/tray.cpp b/src/tray.cpp
index d0fd59e..1097a8a 100644
--- a/src/tray.cpp
+++ b/src/tray.cpp
@@ -49,7 +49,7 @@ namespace gnote {
std::string tray_util_get_tooltip_text()
{
- std::string tip_text = _("GNote Notes");
+ std::string tip_text = _("Gnote Notes");
if (Preferences::obj().get<bool>(Preferences::ENABLE_KEYBINDINGS)) {
std::string shortcut =
@@ -509,7 +509,7 @@ namespace gnote {
item->signal_activate().connect(sigc::mem_fun(*this, &TrayIcon::show_help_contents));
m_context_menu->append(*item);
- item = manage(new Gtk::ImageMenuItem(_("_About GNote"), true));
+ item = manage(new Gtk::ImageMenuItem(_("_About Gnote"), true));
item->set_image(*manage(new Gtk::Image(Gtk::Stock::ABOUT, Gtk::ICON_SIZE_MENU)));
item->signal_activate().connect(sigc::mem_fun(*this, &TrayIcon::show_about));
m_context_menu->append(*item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]