Tweak the wording on the Grant Wizard. Fixes #3796

pull/19/head
Khushboo Vashi 2018-12-20 10:17:00 +00:00 committed by Dave Page
parent 13dbfff11d
commit d14fb85fff
11 changed files with 20606 additions and 63101 deletions

View File

@ -25,6 +25,7 @@ Bug fixes
| `Bug #3726 <https://redmine.postgresql.org/issues/3726>`_ - Include the WHERE clause on EXCLUDE constraints in RE-SQL.
| `Bug #3753 <https://redmine.postgresql.org/issues/3753>`_ - Fix an issue when user define Cast from smallint->text is created.
| `Bug #3757 <https://redmine.postgresql.org/issues/3757>`_ - Hide Radio buttons that should not be shown on the maintenance dialogue.
| `Bug #3796 <https://redmine.postgresql.org/issues/3796>`_ - Tweak the wording on the Grant Wizard.
| `Bug #3797 <https://redmine.postgresql.org/issues/3797>`_ - Prevent attempts to bulk-drop schema objects.
| `Bug #3798 <https://redmine.postgresql.org/issues/3798>`_ - Ensure the browser toolbar buttons work in languages other than English.
| `Bug #3805 <https://redmine.postgresql.org/issues/3805>`_ - Allow horizontal sizing of the edit grid text pop-out.

File diff suppressed because it is too large Load Diff

View File

@ -631,7 +631,7 @@ define([
page_title: _('Object Selection (step 1 of 3)'),
disable_prev: true,
disable_next: true,
show_description: _('Please select objects from the list below.'),
show_description: _('Please select the objects to grant privileges to from the list below.'),
show_progress_bar: _('Please wait while fetching records...'),
model: newModel,
view: new(function() {
@ -740,8 +740,8 @@ define([
// Wizard for Privelege control
var privilegePage = self.privilegePage = new pgBrowser.WizardPage({
id: 2,
page_title: _('Privileges Selection (step 2 of 3)'),
show_description: _('Please select privileges for the selected objects.'),
page_title: _('Privilege Selection (step 2 of 3)'),
show_description: _('Please add the required privileges for the selected objects.'),
disable_next: true,
model: newModel,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff