[damned-lies] Fixed wrong function name
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Fixed wrong function name
- Date: Sun, 8 Dec 2019 14:10:19 +0000 (UTC)
commit e9116069854c8b70f076ecbf828a1303de745169
Author: Claude Paroz <claude 2xlibre net>
Date: Sun Dec 8 15:10:05 2019 +0100
Fixed wrong function name
vertimus/models.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vertimus/models.py b/vertimus/models.py
index fb12143f..e00a5d16 100644
--- a/vertimus/models.py
+++ b/vertimus/models.py
@@ -686,7 +686,7 @@ class ActionCI(Action):
# Cherry-pick the commit on the master branch
success = state.branch.module.get_head_branch().cherrypick_commit(commit_hash, state.domain)
if success:
- msg += uettext(" Additionally, the synchronization with the master branch succeeded.")
+ msg += gettext(" Additionally, the synchronization with the master branch succeeded.")
else:
msg += gettext(" However, the synchronization with the master branch failed.")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]