Skip to content

Commit

Permalink
one forgotten string for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Nov 27, 2024
1 parent d8e22d9 commit 3fb738b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions translation/web_admin.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-26 18:18+0100\n"
"POT-Creation-Date: 2024-11-27 11:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2176,9 +2176,13 @@ msgstr ""
msgid "Use \"drag &amp; drop\" to arrange the profiles order."
msgstr ""

#: web/admin/sort_profiles.php:126
msgid "Save profiles order"
msgstr ""

#: web/admin/sort_profiles_result.php:38
#, php-format
msgid "%s: Profile ordering"
msgid "%s: Profie ordering"
msgstr ""

#: web/admin/sort_profiles_result.php:48
Expand Down
2 changes: 1 addition & 1 deletion web/admin/sort_profiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</table>
</div>
<form action="sort_profiles_result.php?inst_id=<?php echo $my_inst->identifier?>" method='post' accept-charset='UTF-8'>
<button type=submit">Save profiles order</button>
<button type=submit"><?php echo _("Save profiles order") ?></button>
<button type="button" class="delete" id="cancel" name="cancel" value="abort" onclick="javascript:window.location = 'overview_org.php?inst_id=<?php echo $my_inst->identifier?>'"><?php echo _("Cancel") ?></button>
<?php
foreach ($D as $id=>$priority) {
Expand Down

0 comments on commit 3fb738b

Please sign in to comment.