Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Hörnquist
Stupan
Commits
f944547f
Commit
f944547f
authored
Apr 09, 2018
by
Hugo Hörnquist
Browse files
Sale statuses translated to swedish
parent
3eb7fdc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/comboboxitemdelegate.cpp
View file @
f944547f
...
...
@@ -48,12 +48,12 @@ QString ComboBoxItemDelegate::displayText(const QVariant &value, const QLocale&
static
QString
get_index_string
(
int
index
)
{
switch
(
index
)
{
case
0
:
return
"
For S
al
e
"
;
return
"
Till s
al
u
"
;
case
1
:
return
"
Not For S
al
e
"
;
return
"
Ej till s
al
u
"
;
case
2
:
return
"
Hidden
"
;
return
"
Dold
"
;
default:
return
"E
rror
"
;
return
"E
RROR
"
;
}
}
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