summaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-01-03 17:13:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-01-03 17:13:54 (GMT)
commite87d0c681b1ecebc9a641a9eeb059c8ae85c13f3 (patch)
treea538c01444d942fa40c6b6699c5e44087e8d9c30 /build_tools
parent6928100cf2c70ed16a33fa547793e7426f9bf014 (diff)
downloadlinhes_dev-e87d0c681b1ecebc9a641a9eeb059c8ae85c13f3.zip
bld: change label on search field to group instead of repo
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/bin/bld_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/bld_resource.py b/build_tools/bin/bld_resource.py
index 4cd3125..2167f47 100644
--- a/build_tools/bin/bld_resource.py
+++ b/build_tools/bin/bld_resource.py
@@ -2903,7 +2903,7 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "BLD", None, QtGui.QApplication.UnicodeUTF8))
- self.label_22.setText(QtGui.QApplication.translate("MainWindow", "Search Repo", None, QtGui.QApplication.UnicodeUTF8))
+ self.label_22.setText(QtGui.QApplication.translate("MainWindow", "Search Group", None, QtGui.QApplication.UnicodeUTF8))
self.pushButton.setText(QtGui.QApplication.translate("MainWindow", "Search", None, QtGui.QApplication.UnicodeUTF8))
self.pushButton_5.setText(QtGui.QApplication.translate("MainWindow", "clear", None, QtGui.QApplication.UnicodeUTF8))
self.checkBox_3.setText(QtGui.QApplication.translate("MainWindow", "Search All", None, QtGui.QApplication.UnicodeUTF8))