[gnote] Change title Notes -> Gnote
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Change title Notes -> Gnote
- Date: Mon, 7 Oct 2013 20:32:20 +0000 (UTC)
commit 73a3594d142d1ffb25e276f8a4891f83f4d20160
Author: Aurimas Černius <aurisc4 gmail com>
Date: Mon Oct 7 23:31:32 2013 +0300
Change title Notes -> Gnote
Fixes Bug 701854.
src/recentchanges.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index 214cfe5..324cb66 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -42,7 +42,7 @@
namespace gnote {
NoteRecentChanges::NoteRecentChanges(NoteManager& m)
- : MainWindow(_("Notes"))
+ : MainWindow(_("Gnote"))
, m_note_manager(m)
, m_search_notes_widget(m)
, m_search_box(0.5, 0.5, 0.0, 1.0)
@@ -581,7 +581,7 @@ namespace gnote {
if(name != "") {
title = name + " - ";
}
- title += _("Notes");
+ title += _("Gnote");
set_title(title);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]