[gnome-tweak-tool] utils: Mark a string for translation
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] utils: Mark a string for translation
- Date: Wed, 19 Jul 2017 19:39:07 +0000 (UTC)
commit f5386f01d8ba598cac7136209e56cdafc46197fa
Author: Piotr Drąg <piotrdrag gmail com>
Date: Wed Jul 19 21:35:36 2017 +0200
utils: Mark a string for translation
https://bugzilla.gnome.org/show_bug.cgi?id=785147
gtweak/utils.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtweak/utils.py b/gtweak/utils.py
index 90fcbe4..de6c345 100644
--- a/gtweak/utils.py
+++ b/gtweak/utils.py
@@ -308,7 +308,7 @@ class XSettingsOverrides:
class Notification:
def __init__(self, summary, body):
- if Notify.is_initted() or Notify.init("GNOME Tweaks"):
+ if Notify.is_initted() or Notify.init(_("GNOME Tweaks")):
self.notification = Notify.Notification.new(
summary,
body,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]