Skip to content

Commit

Permalink
Use same string in definition as in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Miebach committed Apr 28, 2013
1 parent 4495c7e commit 1f80103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gui/qt4/ui/sprefs_interface.ui
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="EnqueueOneInterfaceMode">
<property name="text">
<string>Enqueue items in playlist in one instance mode</string>
<string>Enqueue items into playlist in one instance mode</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/libvlc-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ static const char *const ppsz_prefres[] = {
"might require a reboot of your machine.")

#define PLAYLISTENQUEUE_TEXT N_( \
"Enqueue items to playlist into one instance mode")
"Enqueue items into playlist in one instance mode")
#define PLAYLISTENQUEUE_LONGTEXT N_( \
"When using the one instance only option, enqueue items to playlist " \
"and keep playing current item.")
Expand Down

0 comments on commit 1f80103

Please sign in to comment.