[gnote] Indicate further action in export to html label



commit ab6a553b5283ad5c72e6cd600b5600f1da55630c
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Aug 20 20:13:34 2017 +0300

    Indicate further action in export to html label

 src/addins/exporttohtml/exporttohtmlnoteaddin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp 
b/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
index c955579..eadbf5f 100644
--- a/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
+++ b/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
@@ -78,7 +78,7 @@ void ExportToHtmlNoteAddin::on_note_opened()
 std::map<int, Gtk::Widget*> ExportToHtmlNoteAddin::get_actions_popover_widgets() const
 {
   auto widgets = NoteAddin::get_actions_popover_widgets();
-  auto button = gnote::utils::create_popover_button("win.exporttohtml-export", _("Export to HTML"));
+  auto button = gnote::utils::create_popover_button("win.exporttohtml-export", _("Export to HTML…"));
   gnote::utils::add_item_to_ordered_map(widgets, gnote::EXPORT_TO_HTML_ORDER, button);
   return widgets;
 }


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