Don't store a const gchar * in a non-const gchar * local var. Also, make the translation string function static since it's only used in the one file.
Don't store a const gchar * in a non-const gchar * local var. Also, make the translation string function static since it's only used in the one file.