Rename the menu option 'Search objects' to 'Search Objects...'

This commit is contained in:
Akshay Joshi
2020-09-02 16:44:30 +05:30
parent 8f3bdf1cf3
commit 1c9badec9c

View File

@@ -35,7 +35,7 @@ define([
callback: 'show_search_objects',
enable: this.search_objects_enabled,
priority: 1,
label: gettext('Search objects'),
label: gettext('Search Objects...'),
}, {
name: 'search_objects',
module: this,
@@ -43,7 +43,7 @@ define([
callback: 'show_search_objects',
enable: this.search_objects_enabled,
priority: 1,
label: gettext('Search objects'),
label: gettext('Search Objects...'),
}];
pgBrowser.add_menus(menus);