]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/treeviewcontextmenu.cpp
a bit ugly, but the migration to QList<KFileItem> has to be incremental...
[dolphin.git] / src / treeviewcontextmenu.cpp
index eae68c67b1c35f357998756396147757ff7f94e3..9e8809a1f260457c292f69731a28802d26db9dc5 100644 (file)
@@ -92,8 +92,8 @@ void TreeViewContextMenu::open()
 
     popup->addSeparator();
 
-    // insert 'Properties...' entry
-    QAction* propertiesAction = new QAction(i18n("Properties..."), this);
+    // insert 'Properties' entry
+    QAction* propertiesAction = new QAction(i18n("Properties"), this);
     connect(this, SIGNAL(triggered()), this, SLOT(showProperties()));
     popup->addAction(propertiesAction);