adium 4725:7e157cfdb75f: Rename "Send Notification" to "Request ...
commits at adium.im
commits at adium.im
Fri Mar 16 18:53:59 UTC 2012
details: http://hg.adium.im/adium/rev/7e157cfdb75f
revision: 4725:7e157cfdb75f
branch: (none)
author: Robert Vehse
date: Fri Mar 16 19:51:45 2012 +0100
Rename "Send Notification" to "Request attention". Fixes #15789.
diffs (30 lines):
diff -r d7c0b9fe1002 -r 7e157cfdb75f AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html
--- a/AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html Fri Mar 16 09:08:57 2012 -0500
+++ b/AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html Fri Mar 16 19:51:45 2012 +0100
@@ -35,11 +35,11 @@
<p>There are three ways to send a notification to one of your contacts:</p>
<ul>
<li>The keyboard: Type â/nudgeâ / "/buzz" into the inputline and press Return or Enter.</li>
- <li>The menu: Choose âSend Notificationâ from the Contact menu.</li>
- <li>The toolbar: The âSend Notificationâ button is not on the chat window toolbar by default, so you need to add it.
+ <li>The menu: Choose âRequest attentionâ from the Contact menu.</li>
+ <li>The toolbar: The âRequest attentionâ button is not on the chat window toolbar by default, so you need to add it.
<ul>
<li>First, right-click on the chat window toolbar and choose âCustomize Toolbarâ¦â.</li>
- <li>Drag the âSend Notificationâ button to the toolbar. Finally, click OK. From then on, when you want to send a notification, click âSend Notificationâ (or the shaking-emoticon icon if you're using Icon Only mode).</li>
+ <li>Drag the âRequest attentionâ button to the toolbar. Finally, click OK. From then on, when you want to send a notification, click âRequest attentionâ (or the shaking-emoticon icon if you're using Icon Only mode).</li>
</ul>
</li>
</ul>
diff -r d7c0b9fe1002 -r 7e157cfdb75f Plugins/Nudge and Buzz Handler/AINudgeBuzzHandlerPlugin.m
--- a/Plugins/Nudge and Buzz Handler/AINudgeBuzzHandlerPlugin.m Fri Mar 16 09:08:57 2012 -0500
+++ b/Plugins/Nudge and Buzz Handler/AINudgeBuzzHandlerPlugin.m Fri Mar 16 19:51:45 2012 +0100
@@ -34,7 +34,7 @@
#import "AINudgeBuzzHandlerPlugin.h"
-#define NOTIFICATION AILocalizedString(@"Send Notification", "Send notification (nudge or buzz) menu item")
+#define NOTIFICATION AILocalizedString(@"Request attention", "Request attention (nudge or buzz) menu item")
#define TOOLBAR_NOTIFY_IDENTIFIER @"NotifyParticipants"
@interface AINudgeBuzzHandlerPlugin()
More information about the commits
mailing list