Merge lp:~coalwater/lernid/fix-808569 into lp:lernid

Proposed by Mohammad AbuShady
Status: Merged
Approved by: John S. Gruber
Approved revision: 228
Merged at revision: 229
Proposed branch: lp:~coalwater/lernid/fix-808569
Merge into: lp:lernid
Diff against target: 27 lines (+3/-3)
2 files modified
bin/lernid (+1/-1)
data/ui/ChatWidget.ui (+2/-2)
To merge this branch: bzr merge lp:~coalwater/lernid/fix-808569
Reviewer Review Type Date Requested Status
John S. Gruber Approve
Review via email: mp+68109@code.launchpad.net

Description of the change

Fixing bug #808569.
ps: removed the .bzrignore file

To post a comment you must log in.
Revision history for this message
Mohammad AbuShady (coalwater) wrote :

so ? :D

Revision history for this message
John S. Gruber (jsjgruber) wrote :

Tests out fine. Thanks for your work on this.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/lernid'
2--- bin/lernid 2011-06-29 00:23:41 +0000
3+++ bin/lernid 2011-07-15 15:41:17 +0000
4@@ -212,7 +212,7 @@
5 def event_message():
6 message1 = _('You can interact with classes held in the classroom')
7 message2 = _(
8- 'Add "Question:" to the beginning of your query '
9+ 'Add "QUESTION:" to the beginning of your query '
10 'to direct it to the classroom instructor.')
11 notification = pynotify.Notification(message1, message2, 'lernid')
12 notification.show()
13
14=== modified file 'data/ui/ChatWidget.ui'
15--- data/ui/ChatWidget.ui 2011-06-24 01:33:12 +0000
16+++ data/ui/ChatWidget.ui 2011-07-15 15:41:17 +0000
17@@ -62,8 +62,8 @@
18 <object class="GtkLabel" id="questionlabel">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21- <property name="tooltip_text" translatable="yes">"Question:" directs your question to the classroom for an answer from the instructor</property>
22- <property name="label" translatable="yes">Question:</property>
23+ <property name="tooltip_text" translatable="yes">"QUESTION:" directs your question to the classroom for an answer from the instructor</property>
24+ <property name="label" translatable="yes">QUESTION:</property>
25 <property name="selectable">True</property>
26 </object>
27 <packing>

Subscribers

People subscribed via source and target branches