I've only installed the module on my own site tonight but I've been using it on g.d.o for a while and it always confuses me. I see, for example, "promoted" and have to try and remember if that means clicking it will make it promoted or it's already promoted and that will demote it. It's also confusing on comments to have: "* delete * edit * reply * quote * published" The first 4 are clearly actions and then you get to "published" and wonder what, exactly, clicking that means.

So I would like to relable them to actions where "published" -> "unpublish". I realize they are wrapped in t() so I could use the locale module but I'm trying to avoid installing that thing and I hate making text changes across the board anyway. Having an option in the module to set the text would be a lot nicer.

Thanks,

Michelle

Comments

kkaefer’s picture

Before I go and add this feature to the module, have you tried http://drupal.org/project/stringoverrides or overriding the $conf['locale_custom_strings_en'] array in your settings.php? (See #131061)

christefano’s picture

The options in fasttoggle 1.1 are very nicely done. Thanks, kkaefer.

kkaefer’s picture

Status: Active » Fixed

Yes, the current releases of fasttoggle include an option change the strings.

michelle’s picture

I said thanks on IRC but wanted to say thanks here as well. That was very quick and well done!

Thanks!

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 632585c on 6.x-1.x, master by kkaefer:
    #237953: Add options to change the labels (ported from DRUPAL-5 branch)