Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
commit
b83cdcd4ae
@ -32,6 +32,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1260 Setting LoginCookieValidity > session.gc_maxlifetime
|
||||
+ rfe Transformation for JSON
|
||||
- bug Fix isCanvasSupported for new window
|
||||
+ rfe #1600 Clarify the "Inline" link
|
||||
|
||||
4.3.9.0 (not yet released)
|
||||
- bug #4728 Incorrect headings in routine editor
|
||||
|
||||
@ -1272,7 +1272,7 @@ class PMA_Util
|
||||
$inline_edit_link = ' ['
|
||||
. self::linkOrButton(
|
||||
'#',
|
||||
_pgettext('Inline edit query', 'Inline'),
|
||||
_pgettext('Inline edit query', 'Edit inline'),
|
||||
array('class' => 'inline_edit_sql')
|
||||
)
|
||||
. ']';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user