On 25/09/13 10:56, intrigeri wrote: > [email protected] wrote (24 Sep 2013 17:28:07 GMT) : >> That's branch 'doc/improve_bug_reporting_workflow' both in the main repo >> and in the whisperback repo. > > I don't see any such branch in the WhisperBack repository.
Oops, my repo was not configured for pushing. And now I think I have a permission problem: $ git push origin doc/improve_bug_reporting_workflow Permission denied (publickey). fatal: The remote end hung up unexpectedly The diff was: Author: Tails developers <[email protected]> Date: Thu Sep 26 23:08:20 2013 +0200 Use 'error' instead of 'problem' diff --git a/whisperBack/gui.py b/whisperBack/gui.py index 21e5b5d..1ab6bce 100644 --- a/whisperBack/gui.py +++ b/whisperBack/gui.py @@ -114,8 +114,8 @@ class WhisperBackUI(object): self.message.get_buffer().insert_with_tags( self.message.get_buffer().get_start_iter(), underline ( "Name of the affected software" ) + "\n"*4 + - underline ( "Exact steps to reproduce the problem" ) + "\n"*4 + - underline ( "Actual result / the problem" ) + "\n"*4 + + underline ( "Exact steps to reproduce the error" ) + "\n"*4 + + underline ( "Actual result and description of the error" ) + "\n"*4 + underline ( "Desired result" ) + "\n"*4, self.message.get_buffer().create_tag(family="Monospace")) >> Can you have a look and comment on the result? > > The branch I could see looks OK. Great job! > >> I don't pretend things are ready to be merged, since at least I'd >> like to rescue some translations. > > In addition to the usual website translations, there might be > translations to salvage in po/*.po. I'll do that.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tails-dev mailing list [email protected] https://mailman.boum.org/listinfo/tails-dev
