aboutsummaryrefslogtreecommitdiff
path: root/po/nb
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2021-09-19 20:23:22 +0200
committerGitHub <noreply@github.com>2021-09-19 20:23:22 +0200
commit40ea4ddef1fe56dab9a1479302f0b2578b4b0ed5 (patch)
tree22fcd1f90177ac9edcfe968b02fed27ade9a15b1 /po/nb
parente0529da5c84f224c380e6d5e063392cb01f85683 (diff)
downloadminetest-40ea4ddef1fe56dab9a1479302f0b2578b4b0ed5.tar.gz
minetest-40ea4ddef1fe56dab9a1479302f0b2578b4b0ed5.tar.bz2
minetest-40ea4ddef1fe56dab9a1479302f0b2578b4b0ed5.zip
Fix HUD multiline text alignment (#10795)
Diffstat (limited to 'po/nb')
0 files changed, 0 insertions, 0 deletions
the GNU Lesser General Public License along --with this program; if not, write to the Free Software Foundation, Inc., --51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -------------------------------------------------------------------------------- local function delete_content_formspec(dialogdata) local retval = "size[11.5,4.5,true]" .. "label[2,2;" .. fgettext("Are you sure you want to delete \"$1\"?", dialogdata.content.name) .. "]".. "button[3.25,3.5;2.5,0.5;dlg_delete_content_confirm;" .. fgettext("Delete") .. "]" .. "button[5.75,3.5;2.5,0.5;dlg_delete_content_cancel;" .. fgettext("Cancel") .. "]" return retval end -------------------------------------------------------------------------------- local function delete_content_buttonhandler(this, fields) if fields["dlg_delete_content_confirm"] ~= nil then if this.data.content.path ~= nil and this.data.content.path ~= "" and this.data.content.path ~= core.get_modpath() and this.data.content.path ~= core.get_gamepath() and