1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 08:34:20 +02:00

Fix translation (bug #3039743)

This commit is contained in:
Jakub Vrana
2010-08-06 11:04:38 +02:00
parent c57a9253d6
commit 5edbc1e931

View File

@@ -103,7 +103,7 @@ if (isset($_GET["select"])) {
if ($fields) {
echo "<input type='submit' value='" . lang('Save') . "'>\n";
if (!isset($_GET["select"])) {
echo "<input type='submit' name='insert' value='" . ($update ? lang('Save and continue edit') : lang('Save and insert next')) . "'>\n";
echo '<input type="submit" name="insert" value="' . ($update ? lang('Save and continue edit') : lang('Save and insert next')) . "\">\n";
}
}
if ($update) {