Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
d674b13e
Commit
d674b13e
authored
Sep 03, 2011
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
juick plugin. translatable tooltips for buttons
parent
ff5c81cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
juick/plugin.py
juick/plugin.py
+2
-2
No files found.
juick/plugin.py
View file @
d674b13e
...
...
@@ -156,7 +156,7 @@ class Base(object):
factory
.
add_default
()
img
.
set_from_stock
(
'juick'
,
gtk
.
ICON_SIZE_BUTTON
)
self
.
button
.
set_image
(
img
)
self
.
button
.
set_tooltip_text
(
'Juick commands'
)
self
.
button
.
set_tooltip_text
(
_
(
'Juick commands'
)
)
send_button
=
self
.
chat_control
.
xml
.
get_object
(
'send_button'
)
send_button_pos
=
actions_hbox
.
child_get_property
(
send_button
,
'position'
)
...
...
@@ -182,7 +182,7 @@ class Base(object):
id_
=
self
.
tag_button
.
connect
(
'clicked'
,
self
.
on_juick_tag_button_clicked
)
self
.
chat_control
.
handlers
[
id_
]
=
self
.
tag_button
self
.
tag_button
.
set_no_show_all
(
True
)
self
.
tag_button
.
set_tooltip_text
(
'Juick tags'
)
self
.
tag_button
.
set_tooltip_text
(
_
(
'Juick tags'
)
)
self
.
tag_button
.
set_property
(
'visible'
,
self
.
plugin
.
config
[
'SHOW_TAG_BUTTON'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment