Fix a capitalization issue. Fixes bug 10816.
This commit is contained in:
parent
6f830468d4
commit
0d0e5747d8
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.7.19
|
||||
- fixed #10816: Minor Capitalization Issue
|
||||
- fixed #10814: matrix translations
|
||||
- fixed Survey reporting of simple/transported results to csv/tab
|
||||
- fixed #10797: searching non-ascii-characters (e.g. wiki), part 2
|
||||
|
|
|
|||
|
|
@ -709,7 +709,7 @@ sub www_search {
|
|||
. q{<p class="actions">} . $i18n->get( 'with selected' )
|
||||
. q{<input type="submit" name="action" value="}.$i18n->get( 'delete' ) . q{" />}
|
||||
. q{<input type="submit" name="action" value="}.$i18n->get( "cut" ) . q{" />}
|
||||
. q{<input type="submit" name="action" value="}.$i18n->get( "copy" ) .q{" />}
|
||||
. q{<input type="submit" name="action" value="}.$i18n->get( "Copy" ) .q{" />}
|
||||
. q{</p>}
|
||||
. q{</form>}
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue