Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Malte L
gajim
Commits
606b5e8a
Commit
606b5e8a
authored
Apr 27, 2019
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SingleMessageWindow: Do not translate placeholder labels
parent
5fb23187
Pipeline
#3444
passed with stages
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gajim/data/gui/single_message_window.ui
gajim/data/gui/single_message_window.ui
+2
-2
No files found.
gajim/data/gui/single_message_window.ui
View file @
606b5e8a
...
...
@@ -225,7 +225,7 @@
<object
class=
"GtkLabel"
id=
"from_entry_label"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
<
user@example.org
>
</property>
<property
name=
"label"
>
<
user@example.org
>
</property>
<property
name=
"xalign"
>
0
</property>
<style>
<class
name=
"bold"
/>
...
...
@@ -240,7 +240,7 @@
<object
class=
"GtkLabel"
id=
"subject_from_entry_label"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
<
from Subject
>
</property>
<property
name=
"label"
>
<
from Subject
>
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"max_width_chars"
>
50
</property>
<property
name=
"xalign"
>
0
</property>
...
...
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