[gnome-tweak-tool] Grammar fix
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] Grammar fix
- Date: Tue, 10 May 2011 21:40:19 +0000 (UTC)
commit dd82ce62798b38f6281a646de67e40c96b3abd38
Author: John Stowers <john stowers gmail com>
Date: Sun May 8 15:57:49 2011 +1200
Grammar fix
gtweak/tweaks/tweak_shell.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index a9e1fa6..1cea4d8 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -186,9 +186,9 @@ class ShellThemeTweak(Tweak):
theme_members_path)
if installed_name:
if updated:
- self.notify_info("Updated %s theme successfully" % installed_name)
+ self.notify_info("%s theme updated successfully" % installed_name)
else:
- self.notify_info("Installed %s theme successfully" % installed_name)
+ self.notify_info("%s theme installed successfully" % installed_name)
#I suppose I could rely on updated as indicating whether to add the theme
#name to the combo, but just check to see if it is already there
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]