[gnote] Rename Notes dialog column to "Modified", bug 704111
- From: Sindhu S <sindhus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Rename Notes dialog column to "Modified", bug 704111
- Date: Fri, 12 Jul 2013 19:55:40 +0000 (UTC)
commit e2a6e21cc9e902b986fb701233bfaf32c54db0ca
Author: Sindhu S <sindhus live in>
Date: Fri Jul 12 22:22:06 2013 +0530
Rename Notes dialog column to "Modified", bug 704111
Rename Notes dialog column "Last Changed" to "Modified".
src/searchnoteswidget.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/searchnoteswidget.cpp b/src/searchnoteswidget.cpp
index d871977..00855a8 100644
--- a/src/searchnoteswidget.cpp
+++ b/src/searchnoteswidget.cpp
@@ -667,7 +667,7 @@ void SearchNotesWidget::make_recent_tree()
m_tree->append_column(*title);
Gtk::TreeViewColumn *change = manage(new Gtk::TreeViewColumn());
- change->set_title(_("Last Changed"));
+ change->set_title(_("Modified"));
change->set_sizing(Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
change->set_resizable(false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]