[gnote] Make translations for Important contextual



commit 50f13aa009a4a4b2961b607e4daa2abca9bfcc97
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Fri Jan 3 22:32:26 2020 +0200

    Make translations for Important contextual

 src/notebooks/specialnotebooks.cpp | 4 ++--
 src/notewindow.cpp                 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/notebooks/specialnotebooks.cpp b/src/notebooks/specialnotebooks.cpp
index f0cd3eb5..4efa87f2 100644
--- a/src/notebooks/specialnotebooks.cpp
+++ b/src/notebooks/specialnotebooks.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2010-2014,2017,2019 Aurimas Cernius
+ * Copyright (C) 2010-2014,2017,2019-2020 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -104,7 +104,7 @@ Glib::RefPtr<Gdk::Pixbuf> UnfiledNotesNotebook::get_icon(IconManager & m)
 
 
 PinnedNotesNotebook::PinnedNotesNotebook(NoteManagerBase & manager)
-  : SpecialNotebook(manager, _("Important"))
+  : SpecialNotebook(manager, C_("notebook", "Important"))
 {
 }
 
diff --git a/src/notewindow.cpp b/src/notewindow.cpp
index 39314575..6c3db72f 100644
--- a/src/notewindow.cpp
+++ b/src/notewindow.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2011-2019 Aurimas Cernius
+ * Copyright (C) 2011-2020 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -320,7 +320,7 @@ namespace gnote {
     popover_widgets.push_back(PopoverWidget(NOTE_SECTION_UNDO, 2, redo));
     Gtk::Widget *link = utils::create_popover_button("win.link", _("_Link to New Note"));
     popover_widgets.push_back(PopoverWidget::create_for_note(LINK_ORDER, link));
-    Gtk::Widget *important = utils::create_popover_button("win.important-note", _("_Important"));
+    Gtk::Widget *important = utils::create_popover_button("win.important-note", C_("NoteActions", 
"_Important"));
     popover_widgets.push_back(PopoverWidget(NOTE_SECTION_FLAGS, IMPORTANT_ORDER, important));
 
     NoteManager & manager = static_cast<NoteManager&>(m_note.manager());


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]