Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Select 'Manage Python Plugins' option under Plugins menu in Qgis

#### Step 4

Search for the plugin in 'All' plugins, and check the box next to **iRods** to enable the plugin
Search for the plugin in 'All' plugins, and check the box next to **iRODS** to enable the plugin

!["Image N/A"] (img/img2.png)

Expand Down
6 changes: 3 additions & 3 deletions helpers/tab_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def back(self):

self.create_export_tree()
self.pushButton_2.clicked.disconnect()
self.pushButton_2.setText(_translate("Dialog", "Save to iRods", None))
self.pushButton_2.setText(_translate("Dialog", "Save to iRODS", None))
self.pushButton_2.setEnabled(False)
self.pushButton_2.clicked.connect(self.save_to_irods)
self.pushButton_6.clicked.disconnect()
Expand Down Expand Up @@ -244,7 +244,7 @@ def retranslateUi(self, Dialog):
self.pushButton_5.setText(_translate("Dialog", "Set Datastore", None))
self.pushButton_3.setText(_translate("Dialog", "Log Out", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("Dialog", "Import", None))
self.pushButton_2.setText(_translate("Dialog", "Save to iRods", None))
self.pushButton_2.setText(_translate("Dialog", "Save to iRODS", None))
self.pushButton_4.setText(_translate("Dialog", "Set Datastore", None))
self.pushButton_6.setText(_translate("Dialog", "Log Out", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_2), _translate("Dialog", "Export", None))
Expand Down Expand Up @@ -325,7 +325,7 @@ def save(self):


self.pushButton_2.clicked.disconnect()
self.pushButton_2.setText(_translate("Dialog", "Save to iRods", None))
self.pushButton_2.setText(_translate("Dialog", "Save to iRODS", None))
self.pushButton_2.setEnabled(False)
self.pushButton_2.clicked.connect(self.save_to_irods)
self.pushButton_6.clicked.disconnect()
Expand Down
6 changes: 3 additions & 3 deletions irods_qgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, iface):

# Declare instance attributes
self.actions = []
self.menu = self.tr(u'&iRods')
self.menu = self.tr(u'&iRODS')
# TODO: We are going to let the user set this up in a future iteration
self.toolbar = self.iface.addToolBar(u'irods_qgis')
self.toolbar.setObjectName(u'irods_qgis')
Expand Down Expand Up @@ -174,7 +174,7 @@ def initGui(self):
icon_path = ':/plugins/irods_qgis/icon.png'
self.add_action(
icon_path,
text=self.tr(u'iRods'),
text=self.tr(u'iRODS'),
callback=self.run,
parent=self.iface.mainWindow())

Expand All @@ -183,7 +183,7 @@ def unload(self):
"""Removes the plugin menu item and icon from QGIS GUI."""
for action in self.actions:
self.iface.removePluginMenu(
self.tr(u'&iRods'),
self.tr(u'&iRODS'),
action)
self.iface.removeToolBarIcon(action)

Expand Down
2 changes: 1 addition & 1 deletion irods_qgis_dialog_base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>iRods : v3.1</string>
<string>iRODS : v3.1</string>
</property>
<widget class="QDialogButtonBox" name="button_box">
<property name="geometry">
Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# This file should be included when you package your plugin.# Mandatory items:

[general]
name=iRods
name=iRODS
qgisMinimumVersion=2.3
description= Qgis plugin to connect to any iRods (open source http://irods.org) datastore
description= Qgis plugin to connect to any iRODS (open source http://irods.org) datastore
version=3.2
about=Plugin for a popular open source GIS platform called QGIS (http://www.qgis.org/). The plugin allows one to | Connect to any iRODS (open source http://www.irods.org) datastore directly from QGIS | Import a spatial file from irods datastore to open map canvas on QGIS | Save a layer from the map canvas on QGIS to your iRODS datastore as a spatial files
author=Amit Juneja
Expand Down
2 changes: 1 addition & 1 deletion table_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>iRods</string>
<string>iRODS</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
Expand Down