First, forgive me any mistakes as english is not my native language. Hope you understand me...

file: backup_migrate.module
function: backup_migrate_backup()
line 201 is: "#title" => "Exclude the following tables altogether",
should be: "#title" => t("Exclude the following tables altogether"),

to allow people full translation to other (than english) lang.
It aplies to other titles too.
Cheers.
Greggus

Comments

ronan’s picture

Status: Active » Fixed

Oops, sorry about that. I've added the t() to field titles in the latest revision. Let me know if I missed anything.

Thanks again
Ronan

Anonymous’s picture

Status: Fixed » Closed (fixed)

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